~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-11-30 22:04:45 UTC
  • mfrom: (4789.28.4 2.1.0b4-builder-no-keys)
  • Revision ID: pqm@pqm.ubuntu.com-20091130220445-vbfmmgocbgcs195q
(jam) Update BTreeBuilder to remove ._keys and use StaticTuple

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`_.
 
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.
437
438
 
438
 
.. _bug 109143: https://bugs.launchpad.net/bzr/+bug/109143
 
439
Paths in request arguments are UTF-8 encoded, except for the legacy VFS
 
440
requests which expect escaped (`bzrlib.urlutils.escape`) paths.
439
441
 
440
442
 
441
443
Requests