Rev 4875: (igc) Add info related to checkouts (Patrick Regan) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Tue Dec 8 02:50:10 GMT 2009
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 4875 [merge]
revision-id: pqm at pqm.ubuntu.com-20091208025009-gl99rafhvgv3ukhs
parent: pqm at pqm.ubuntu.com-20091208020110-5b80pegfjqu2fm6f
parent: ian.clatworthy at canonical.com-20091208020455-rycjvrwsbcfzewiu
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Tue 2009-12-08 02:50:09 +0000
message:
(igc) Add info related to checkouts (Patrick Regan)
modified:
bzrlib/help_topics/__init__.py help_topics.py-20060920210027-rnim90q9e0bwxvy4-1
=== modified file 'bzrlib/help_topics/__init__.py'
--- a/bzrlib/help_topics/__init__.py 2009-12-04 10:16:00 +0000
+++ b/bzrlib/help_topics/__init__.py 2009-12-07 18:50:45 +0000
@@ -405,7 +405,9 @@
bind"). This will change the location that the commits are sent to. The bind
command can also be used to turn a branch into a heavy checkout. If you
would like to convert your heavy checkout into a normal branch so that every
-commit is local, you can use the "unbind" command.
+commit is local, you can use the "unbind" command. To see whether or not a
+branch is bound or not you can use the "info" command. If the branch is bound
+it will tell you the location of the bound branch.
Related commands::
@@ -419,6 +421,8 @@
be sent to
unbind Turn a heavy checkout into a standalone branch so that any
commits are only made locally
+ info Displays whether a branch is bound or unbound. If the branch is
+ bound, then it will also display the location of the bound branch
"""
_repositories = \
More information about the bazaar-commits
mailing list