changeset 6795 | c228ae4bc89c |
parent 6788 | 88a1bcc5c6a7 |
parent 6794 | 8ff321a381d0 |
child 6925 | 87abfefafe02 |
6793:c64f35a96448 | 6795:c228ae4bc89c |
---|---|
191 fp.close() |
191 fp.close() |
192 os.unlink(tempname) |
192 os.unlink(tempname) |
193 |
193 |
194 def stream_out(repo, req): |
194 def stream_out(repo, req): |
195 req.respond(HTTP_OK, HGTYPE) |
195 req.respond(HTTP_OK, HGTYPE) |
196 return streamclone.stream_out(repo, untrusted=True) |
196 streamclone.stream_out(repo, req, untrusted=True) |
197 return [] |