~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-guide/stacked.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-04-08 09:04:17 UTC
  • mfrom: (5761.1.1 636712-sftp-docs)
  • Revision ID: pqm@pqm.ubuntu.com-20110408090417-06s986zz14u67e0d
(spiv) Recommend SSH rather than SFTP in user documentation examples (Martin
 Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
can be used additionally to inform ``push`` to reference the
79
79
revisions in ``reference-url``. For example::
80
80
 
81
 
  bzr push --stacked-on sftp://host/project --stacked sftp://host/user/stacked-branch
 
81
  bzr push --stacked-on bzr+ssh://host/project --stacked bzr+ssh://host/user/stacked-branch
82
82
 
83
83
This usage fits the scenario described in the Motivation section.
84
84