/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-10-29 00:19:57 UTC
  • mto: This revision was merged to the branch mainline in revision 4778.
  • Revision ID: andrew.bennetts@canonical.com-20091029001957-cgmnyyarqx9m3r62
Add note about path encodings to network-protocol.txt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
436
436
using `bzrlib.transport.pathfilter` and `os.path.expanduser`, taking care
437
437
to respect the virtual root.
438
438
 
 
439
Paths in request arguments are UTF-8 encoded, except for the legacy VFS
 
440
requests which expect escaped (`bzrlib.urlutils.escape`) paths.
 
441
 
439
442
 
440
443
Requests
441
444
========