~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tutorial.txt

  • Committer: Martin Pool
  • Date: 2005-08-26 00:10:48 UTC
  • Revision ID: mbp@sourcefrog.net-20050826001048-b84148d3ef567d0d
- fix bzr.dev branch url in tutorial
  thanks to madduck

Show diffs side-by-side

added added

removed removed

Lines of Context:
292
292
a copy.  Because this new copy is potentially a new branch, the
293
293
command is called *branch*::
294
294
 
295
 
    % bzr branch http://bazaar-ng.org/bzr/main ./bzr-main
296
 
    % cd bzr-main
 
295
    % bzr branch http://bazaar-ng.org/bzr/bzr.dev 
 
296
    % cd bzr.dev
297
297
 
298
298
This copies down the complete history of this branch, so we can
299
299
do all operations on it locally: log, annotate, making and merging