bzrtools- cbranch sets parent
John Arbash Meinel
john at arbash-meinel.com
Fri Jul 21 14:55:17 BST 2006
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I've started using 'bzr cbranch' as a nice way of creating feature
branches for development.
I've found it really is easier to use, rather than typing all of the
commands by hand. But the one thing it was missing was the ability to
set the default 'bzr bundle' base.
The attached patch updates 'cbranch' so that after branching it sets the
submit location to the branch we came from. (arguably it could set
parent instead of submit location, either one works for my use case)
Anyway, with this patch, I can have a local and remote repository, and do:
cd features
bzr cbranch ../bzr.dev feature-foo
cd feature-foo
hack hack
bzr commit -m 'added feature foo'
bzr bundle > feature-foo.patch
And submit it to the mailing list. Overall, a lot less typing of urls.
John
=:->
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFEwNzEJdeBCYSNAAMRAkyfAKCHGxe1WtAWyNopLGocHsZ1WBroCACff1mw
2vl7pTb2NgmRnAqgsF84MXY=
=qiLz
-----END PGP SIGNATURE-----
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bzrtools-cbranch-set-submit.diff
Type: text/x-patch
Size: 732 bytes
Desc: not available
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060721/3fd4e9e2/attachment.bin
More information about the bazaar
mailing list