~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Aaron Bentley
  • Date: 2005-09-25 05:08:38 UTC
  • mto: (1185.14.1) (1393.1.21)
  • mto: This revision was merged to the branch mainline in revision 1391.
  • Revision ID: aaron.bentley@utoronto.ca-20050925050838-77825e8fc4014093
Updated help message

Show diffs side-by-side

added added

removed removed

Lines of Context:
372
372
 
373
373
    To retrieve the branch as of a particular revision, supply the --revision
374
374
    parameter, as in "branch foo/bar -r 5".
 
375
 
 
376
    --basis is to speed up branching from remote branches.  When specified, it
 
377
    copies all the file-contents, inventory and revision data from the basis
 
378
    branch before copying anything from the remote branch.
375
379
    """
376
380
    takes_args = ['from_location', 'to_location?']
377
381
    takes_options = ['revision', 'basis']