diff mercurial/hgweb/hgweb_mod.py @ 4868:192cd95c2ba8

merge with crew-stable
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Wed, 11 Jul 2007 20:15:03 -0300
parents 8be7ba425621 439e2f2fde42
children 419a6f715c6a
line wrap: on
line diff
--- 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)