~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help_topics/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-12-03 01:54:54 UTC
  • mfrom: (4852.3.7 2.1.0b4-doc-updates)
  • Revision ID: pqm@pqm.ubuntu.com-20091203015454-c4ya8tkb3o084ae3
Documentation updates from Neil Martinsen-Burrell, Matt Nordhoff,
        and Patrick Regan

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::
 
263
For bzr+ssh:// and sftp:// URLs, Bazaar also supports paths that begin
 
264
with '~' as meaning that the rest of the path should be interpreted
 
265
relative to the remote user's home directory.  For example if the user
 
266
``remote`` has a  home directory of ``/home/remote`` on the server
 
267
shell.example.com, then::
268
268
 
269
269
  bzr+ssh://remote@shell.example.com/~/myproject/trunk
270
270