~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics/__init__.py

  • Committer: Neil Martinsen-Burrell
  • Date: 2009-11-25 16:24:30 UTC
  • mto: (4852.3.4 2.1.0b4-doc-updates)
  • mto: This revision was merged to the branch mainline in revision 4829.
  • Revision ID: nmb@wartburg.edu-20091125162430-olcxfhqdttqho1hw
Add discussion of ~ in URLs

Show diffs side-by-side

added added

removed removed

Lines of Context:
260
260
 
261
261
  http://bzruser:BadPass@bzr.example.com:8080/bzr/trunk
262
262
 
 
263
For bzr+ssh:// URLs, Bazaar also supports paths that begin with '~' as
 
264
meaning that the rest of the path should be interpreted relative to the
 
265
remote user's home directory.  For example if the user ``remote`` has a 
 
266
home directory of ``/home/remote`` on the server shell.example.com, 
 
267
then::
 
268
 
 
269
  bzr+ssh://remote@shell.example.com/~/myproject/trunk
 
270
 
 
271
would refer to ``/home/remote/myproject/trunk``.
263
272
"""
264
273
 
265
274
    return out