/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: Andrew Bennetts
  • Date: 2009-09-17 03:21:14 UTC
  • mto: This revision was merged to the branch mainline in revision 4702.
  • Revision ID: andrew.bennetts@canonical.com-20090917032114-0iayfgmojst22w1c
Update network-protocol.txt too.

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