mercurial/hgweb/hgweb_mod.py
changeset 4865 439e2f2fde42
parent 4778 e21a0e12ff10
child 4868 192cd95c2ba8
child 5079 ccdc8db02bdf
equal deleted inserted replaced
4864:fc8b3e7cbf6b 4865:439e2f2fde42
  1175             fp.close()
  1175             fp.close()
  1176             os.unlink(tempname)
  1176             os.unlink(tempname)
  1177 
  1177 
  1178     def do_stream_out(self, req):
  1178     def do_stream_out(self, req):
  1179         req.httphdr("application/mercurial-0.1")
  1179         req.httphdr("application/mercurial-0.1")
  1180         streamclone.stream_out(self.repo, req)
  1180         streamclone.stream_out(self.repo, req, untrusted=True)