~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tutorial.txt

  • Committer: Robert Collins
  • Date: 2005-09-28 05:37:53 UTC
  • mfrom: (1092.3.4)
  • mto: This revision was merged to the branch mainline in revision 1397.
  • Revision ID: robertc@robertcollins.net-20050928053753-68e6e4c0642eccea
merge from symlink branch

Show diffs side-by-side

added added

removed removed

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