Advanced cherry picking
Martin Pool
mbp at canonical.com
Mon Jun 2 06:01:53 BST 2008
On Fri, May 30, 2008 at 3:55 PM, Erik de Castro Lopo
<erikd+bzr at mega-nerd.com> wrote:
> I'm not married to this. If I can do something like a standard
> merge I could live with it. What I would like to do is
>
> bzr merge -r 1021,1022,1025,1026,1031,1032,1032 ../otherbranch
>
> and *only* get the revisions listed.
You want -c to get only the changes in that single revision.
At the moment you will need to run the command once for each change -
it might be nice if it took a comma-separated list, but on the other
hand it lets you check them as they come in. I'm presuming that you
want to turn each commit on the source into one commit in the
destination?
--
Martin <http://launchpad.net/~mbp/>
More information about the bazaar
mailing list