~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/mini-tutorial/index.txt

  • Committer: Jelmer Vernooij
  • Date: 2011-01-11 04:33:12 UTC
  • mto: (5582.12.2 weave-plugin)
  • mto: This revision was merged to the branch mainline in revision 5718.
  • Revision ID: jelmer@samba.org-20110111043312-g4wx6iuf9662f36d
Move weave formats into bzrlib.plugins.weave_fmt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
    Initial import
141
141
 
142
142
 
143
 
Publishing your branch with sftp
 
143
Publishing your branch with SFTP
144
144
================================
145
145
 
146
146
There are a couple of ways to publish your branch. If you already have
164
164
 
165
165
 $ bzr branch http://www.example.com/myproject
166
166
 
167
 
**Note**: to use sftp, you may need to install ``paramiko`` and
 
167
**Note**: to use SFTP, you may need to install ``paramiko`` and
168
168
``pyCrypto``. See http://wiki.bazaar.canonical.com/InstallationFaq for details.
169
169
 
170
170