/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-09-18 08:02:43 UTC
  • mfrom: (4634.43.21 bzr-ssh-homedir-take-3)
  • Revision ID: pqm@pqm.ubuntu.com-20090918080243-b04lrnure68z8rzc
(andrew) Implement home directory relative URLs for bzr:// and
        bzr+ssh://. (#109143)

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