~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2010-05-06 20:20:58 UTC
  • mto: (5355.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 5356.
  • Revision ID: v.ladeuil+lp@free.fr-20100506202058-ugmnv6w9738lyu44
All the texinfo files are processed by makeinfo without
errors (the content is still not complete though).

* doc/en/mini-tutorial/index.txt:
Fix some constructs that makeinfo can't grok.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
 $ mkdir subdirectory
65
65
 $ touch test1.txt test2.txt test3.txt subdirectory/test4.txt
66
66
 
67
 
**Note for Windows users:** use Windows Explorer to create your
 
67
**Note for Windows users**: use Windows Explorer to create your
68
68
directories, then right-click in those directories and select
69
69
``New file`` to create your files.
70
70
 
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://bazaar-vcs.org/InstallationFaq for details.
169
169
 
170
170
 
186
186
 
187
187
.. [#] Use of the ``lp:`` URL scheme requires bzr 0.92 or later.
188
188
 
189
 
**Note:** ``+junk`` means that this branch isn't associated with any particular
 
189
**Note**: ``+junk`` means that this branch isn't associated with any particular
190
190
project in Launchpad.
191
191
 
192
192
Now, anyone can create their own copy of your branch by typing::