~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-11 15:21:59 UTC
  • mfrom: (4431.2.1 branch-copy)
  • Revision ID: pqm@pqm.ubuntu.com-20090611152159-z6cud70px6v5mtcj
(Michael Ernst) Clarify wording for branch (and copy)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1078
1078
 
1079
1079
 
1080
1080
class cmd_branch(Command):
1081
 
    """Create a new copy of a branch.
 
1081
    """Create a new branch that is a copy of an existing branch.
1082
1082
 
1083
1083
    If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will
1084
1084
    be used.  In other words, "branch ../foo/bar" will attempt to create ./bar.