diff -r c64f35a96448 -r c228ae4bc89c mercurial/hgweb/protocol.py --- 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 []