~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Ian Clatworthy
  • Date: 2007-11-27 21:17:06 UTC
  • mto: (3054.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 3055.
  • Revision ID: ian.clatworthy@internode.on.net-20071127211706-871zcqst0yi5tcvl
make fixes suggested by proof-readers

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
  cd my-stuff
11
11
  bzr init
12
12
  bzr add
13
 
  bzr commmit -m "Initial import"
 
13
  bzr commit -m "Initial import"
14
14
 
15
15
``bzr init`` creates a ``.bzr`` directory in the top level directory
16
16
(``my-stuff`` in the example above). Note that: