~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tutorial.txt

merge from mpool

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