create/switch b/w branches like in git
Paul Hummer
paul.hummer at canonical.com
Mon Sep 12 18:48:41 UTC 2011
On 9/12/11 1:45 AM, Bika wrote:
> I really like git's easy to create&switch b/w feature branches. Is
> there a way to accomplish this w/ bazaar?
>
> I would like something like a 1 directory bzr worktree where I can
> easily check out different branches. (of course only related branches
> would be checked out into a single working tree)
>
> is there a solution or usage scenario to accomplish this?
The bzr-colo[1] plugin will do just this. It's been my default way of
setting up branch since I started using git regularly (a few months
ago). I also have a few aliases that I use with it that make my life a
bit easier, which I wrote about a few weeks ago[2].
[1] http://doc.bazaar.canonical.com/plugins/en/colo-plugin.html
[2] http://iamtherockstar.com/blog/2011/08/21/bazaar-workflow-revisited/
Cheers,
Paul
More information about the bazaar
mailing list