comparison 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
comparison
equal deleted inserted replaced
4857:8be7ba425621 4868:192cd95c2ba8
1182 fp.close() 1182 fp.close()
1183 os.unlink(tempname) 1183 os.unlink(tempname)
1184 1184
1185 def do_stream_out(self, req): 1185 def do_stream_out(self, req):
1186 req.httphdr("application/mercurial-0.1") 1186 req.httphdr("application/mercurial-0.1")
1187 streamclone.stream_out(self.repo, req) 1187 streamclone.stream_out(self.repo, req, untrusted=True)