changeset 4834 | 439e2f2fde42 |
parent 4745 | e21a0e12ff10 |
child 4868 | 192cd95c2ba8 |
child 5064 | ccdc8db02bdf |
--- a/mercurial/hgweb/hgweb_mod.py Wed Jul 11 19:56:16 2007 -0300 +++ b/mercurial/hgweb/hgweb_mod.py Sat May 12 00:41:30 2007 +0200 @@ -1177,4 +1177,4 @@ def do_stream_out(self, req): req.httphdr("application/mercurial-0.1") - streamclone.stream_out(self.repo, req) + streamclone.stream_out(self.repo, req, untrusted=True)