Rev 4435: (Michael Ernst) Clarify wording for branch (and copy) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Thu Jun 11 16:22:08 BST 2009


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 4435
revision-id: pqm at pqm.ubuntu.com-20090611152159-z6cud70px6v5mtcj
parent: pqm at pqm.ubuntu.com-20090611131015-2dzsxzsuwf4iqaq8
parent: mernst at csail.mit.edu-20090611065433-9s0ekas076c0qy5p
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Thu 2009-06-11 16:21:59 +0100
message:
  (Michael Ernst) Clarify wording for branch (and copy)
modified:
  bzrlib/builtins.py             builtins.py-20050830033751-fc01482b9ca23183
  bzrlib/help_topics/__init__.py help_topics.py-20060920210027-rnim90q9e0bwxvy4-1
    ------------------------------------------------------------
    revno: 4431.2.1
    revision-id: mernst at csail.mit.edu-20090611065433-9s0ekas076c0qy5p
    parent: pqm at pqm.ubuntu.com-20090611052211-b6b2pu471mdja7zz
    committer: mernst at csail.mit.edu
    branch nick: branch-copy
    timestamp: Wed 2009-06-10 23:54:33 -0700
    message:
      branch documentation: clarify English word "copy"
    modified:
      bzrlib/builtins.py             builtins.py-20050830033751-fc01482b9ca23183
      bzrlib/help_topics/__init__.py help_topics.py-20060920210027-rnim90q9e0bwxvy4-1
=== modified file 'bzrlib/builtins.py'
--- a/bzrlib/builtins.py	2009-06-11 04:23:53 +0000
+++ b/bzrlib/builtins.py	2009-06-11 06:54:33 +0000
@@ -1078,7 +1078,7 @@
 
 
 class cmd_branch(Command):
-    """Create a new copy of a branch.
+    """Create a new branch that is a copy of an existing branch.
 
     If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will
     be used.  In other words, "branch ../foo/bar" will attempt to create ./bar.

=== modified file 'bzrlib/help_topics/__init__.py'
--- a/bzrlib/help_topics/__init__.py	2009-04-02 04:12:11 +0000
+++ b/bzrlib/help_topics/__init__.py	2009-06-11 06:54:33 +0000
@@ -489,7 +489,7 @@
 Related commands::
 
   init    Change a directory into a versioned branch.
-  branch  Create a new copy of a branch.
+  branch  Create a new branch that is a copy of an existing branch.
   merge   Perform a three-way merge.
 """
 




More information about the bazaar-commits mailing list