Solving long paths by hashing

Adrian Buehlmann adrian at cadifra.com
Sun Jun 29 08:48:08 CDT 2008


On 29.06.2008 11:43, Adrian Buehlmann wrote:
> sshserver depends on the path encoding being reversible.
> 
> sshserver is used by commands.serve if --stdio is specified, which is used
> for remote clients doing e.g. pull or push over ssh.

Of course, hgweb depends on the path encoding being reversible as well
(implied by using streamclone.stream_out)

> grep -n streamclone hgweb/*.py
hgweb/protocol.py:9:from mercurial import util, streamclone
hgweb/protocol.py:230:    streamclone.stream_out(web.repo, req, untrusted=True)


More information about the Mercurial-devel mailing list