Rev 124: Make create-thread a little clearer in its help. in http://bazaar.launchpad.net/~bzr-loom-devs/bzr-loom/trunk/
Robert Collins
robertc at robertcollins.net
Fri Jul 2 07:15:33 BST 2010
At http://bazaar.launchpad.net/~bzr-loom-devs/bzr-loom/trunk/
------------------------------------------------------------
revno: 124
revision-id: robertc at robertcollins.net-20100702061532-fipau3lbxb4966bb
parent: robertc at robertcollins.net-20100702052430-n4rvwn6i7rqd39qe
committer: Robert Collins <robertc at robertcollins.net>
branch nick: trunk
timestamp: Fri 2010-07-02 16:15:32 +1000
message:
Make create-thread a little clearer in its help.
=== modified file 'TODO'
--- a/TODO 2009-06-18 06:28:18 +0000
+++ b/TODO 2010-07-02 06:15:32 +0000
@@ -110,5 +110,4 @@
therein as well, to support uncommit between record calls.
- combine-thread should de-dup penmding merges (use case: up-thread finds a fully merged thread so there are pending merges but no diff between threads; this is when combine-thread is often called).
- support tags on push/pull in looms
-- bzr nick <name> should rename the current thread (by adding one with the new name and in current-thread deleted the active location - same as merging a delete.
- perhaps bzr send should send the whole loom ? (e.g. as a patch bomb - a series of patches?)
=== modified file 'commands.py'
--- a/commands.py 2010-06-29 07:25:49 +0000
+++ b/commands.py 2010-07-02 06:15:32 +0000
@@ -141,6 +141,8 @@
The thread-name must be a valid branch 'nickname', and must not be the name
of an existing thread in your loom.
+
+ The new thread is created immediately after the current thread.
"""
takes_args = ['thread']
More information about the bazaar-commits
mailing list