mercurial/hgweb/hgweb_mod.py
changeset 4868 192cd95c2ba8
parent 4857 8be7ba425621
parent 4865 439e2f2fde42
child 4872 419a6f715c6a
--- a/mercurial/hgweb/hgweb_mod.py
+++ b/mercurial/hgweb/hgweb_mod.py
@@ -1184,4 +1184,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)