~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tutorial.txt

  • Committer: Robert Collins
  • Date: 2005-09-06 09:47:19 UTC
  • mfrom: (1092.1.45)
  • mto: (1185.1.10) (1092.3.1)
  • mto: This revision was merged to the branch mainline in revision 1390.
  • Revision ID: robertc@robertcollins.net-20050906094719-a7e1f8ed80fe4280
mergeĀ fromĀ upstream

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/bzr.dev 
296
 
    % cd bzr.dev
 
295
    % bzr branch http://bazaar-ng.org/bzr/main ./bzr-main
 
296
    % cd bzr-main
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