mercurial/hgweb/hgweb_mod.py
changeset 4865 439e2f2fde42
parent 4778 e21a0e12ff10
child 4868 192cd95c2ba8
child 5079 ccdc8db02bdf
--- a/mercurial/hgweb/hgweb_mod.py
+++ b/mercurial/hgweb/hgweb_mod.py
@@ -1177,4 +1177,4 @@ class hgweb(object):
 
     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)