Rev 2272: Tweak the help text for bind/unbind according to Robert's suggestions. in http://bzr.arbash-meinel.com/branches/bzr/jam-integration

John Arbash Meinel john at arbash-meinel.com
Wed Feb 7 22:51:46 GMT 2007


At http://bzr.arbash-meinel.com/branches/bzr/jam-integration

------------------------------------------------------------
revno: 2272
revision-id: john at arbash-meinel.com-20070207225138-tvv9jlug3ky1arbd
parent: john at arbash-meinel.com-20070207223107-vv8o1g6bimqlvtv3
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: jam-integration
timestamp: Wed 2007-02-07 16:51:38 -0600
message:
  Tweak the help text for bind/unbind according to Robert's suggestions.
modified:
  bzrlib/builtins.py             builtins.py-20050830033751-fc01482b9ca23183
-------------- next part --------------
=== modified file 'bzrlib/builtins.py'
--- a/bzrlib/builtins.py	2007-02-07 22:31:07 +0000
+++ b/bzrlib/builtins.py	2007-02-07 22:51:38 +0000
@@ -2831,11 +2831,10 @@
 
 
 class cmd_bind(Command):
-    """Bind the current branch to a master branch.
+    """Convert the current branch into a checkout of the supplied branch.
 
-    After binding, commits must succeed on the master branch
-    before they are executed on the local one, turning the current branch
-    in to a checkout of the master.
+    Once converted into a checkout, commits must succeed on the master branch
+    before they will be applied to the local branch.
 
     See "help checkouts" for more information on checkouts.
     """
@@ -2854,11 +2853,10 @@
 
 
 class cmd_unbind(Command):
-    """Unbind the current branch from its master branch.
+    """Convert the current checkout into a regular branch.
 
-    After unbinding, the local branch is considered independent.
-    All subsequent commits will be local. This turns a heavy checkout into
-    a normal branch.
+    After unbinding, the local branch is considered independent and subsequent
+    commits will be local only.
 
     See "help checkouts" for more information on checkouts.
     """



More information about the bazaar-commits mailing list