/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Marius Kruger
  • Date: 2010-08-15 04:52:51 UTC
  • mfrom: (5376 +trunk)
  • mto: (5384.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 5385.
  • Revision ID: marius.kruger@enerweb.co.za-20100815045251-izmea8nn05thhrok
merge with bzr.dev

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::