Mercurial > public > mercurial-scm > hg
diff mercurial/hgweb/protocol.py @ 6795:c228ae4bc89c
merge the backout head
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Wed, 02 Jul 2008 11:31:19 +0200 |
parents | 88a1bcc5c6a7 8ff321a381d0 |
children | 87abfefafe02 |
line wrap: on
line diff
--- 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 []