changeset 4868 | 192cd95c2ba8 |
parent 4867 | 8be7ba425621 |
parent 4834 | 439e2f2fde42 |
child 4872 | 419a6f715c6a |
--- a/mercurial/hgweb/hgweb_mod.py Tue Jul 10 10:54:54 2007 -0600 +++ b/mercurial/hgweb/hgweb_mod.py Wed Jul 11 20:15:03 2007 -0300 @@ -1184,4 +1184,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)