~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tutorial.txt

  • Committer: Aaron Bentley
  • Date: 2005-08-25 13:10:25 UTC
  • mfrom: (974.1.38)
  • mto: (1092.1.42) (1185.3.4)
  • mto: This revision was merged to the branch mainline in revision 1178.
  • Revision ID: abentley@panoramicfeedback.com-20050825131025-2aa94bcbbd646a00
Fixed return value when not an ImmutableStore

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