mercurial/hgweb/protocol.py
changeset 11618 83070a9cd526
parent 11595 368cd5325348
child 11621 e46a8b2331a6
--- a/mercurial/hgweb/protocol.py	Tue Jul 20 10:05:30 2010 +0200
+++ b/mercurial/hgweb/protocol.py	Fri Jul 16 19:01:34 2010 +0200
@@ -67,5 +67,5 @@
 
 def call(repo, req, cmd):
     p = webproto(req)
-    r = wireproto.dispatch(repo, p, cmd)
+    wireproto.dispatch(repo, p, cmd)
     yield p.response