~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin Pool
  • Date: 2011-06-28 16:03:09 UTC
  • mto: This revision was merged to the branch mainline in revision 6000.
  • Revision ID: mbp@canonical.com-20110628160309-8144lze9zpbb29be
Fix truncated sentence in mini-tutorial (thanks Wojtek Murawski)

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
======================
56
56
 
57
57
Let's suppose we want to store a new project under Bazaar.  First, we'll
58
 
make a directory to hold all our work related to this project.  We'll make
59
 
a *repository directory*, which means that the 
 
58
make a *repository directory* to hold all our work related to this
 
59
project.  We can then have multiple branch directories under here, and
 
60
they'll all store the committed history in the repository.
60
61
 
61
62
::
62
63