mercurial/hgweb/protocol.py
changeset 6795 c228ae4bc89c
parent 6788 88a1bcc5c6a7
parent 6794 8ff321a381d0
child 6925 87abfefafe02
--- a/mercurial/hgweb/protocol.py	Wed Jul 02 09:31:13 2008 +0200
+++ b/mercurial/hgweb/protocol.py	Wed Jul 02 11:31:19 2008 +0200
@@ -193,4 +193,5 @@
 
 def stream_out(repo, req):
     req.respond(HTTP_OK, HGTYPE)
-    return streamclone.stream_out(repo, untrusted=True)
+    streamclone.stream_out(repo, req, untrusted=True)
+    return []