~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/network-protocol.txt

MergeĀ lp:bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
431
431
tricks).  The default implementation in bzrlib does this using the
432
432
`bzrlib.transport.chroot` module.
433
433
 
434
 
URLs that include ~ should probably be passed across to the server
435
 
verbatim and the server can expand them.  This will proably not be
436
 
meaningful when limited to a directory?  See `bug 109143`_.
437
 
 
438
 
.. _bug 109143: https://bugs.launchpad.net/bzr/+bug/109143
 
434
URLs that include ~ are passed across to the server verbatim and the
 
435
server can expand them.  The default implementation in bzrlib does this
 
436
using `bzrlib.transport.pathfilter` and `os.path.expanduser`, taking care
 
437
to respect the virtual root.
439
438
 
440
439
 
441
440
Requests