26 Feb
2010
26 Feb
'10
10:02 p.m.
On Fri, Feb 26, 2010 at 6:36 AM, Sergei Golubchik <serg@askmonty.org> wrote:
When done, you'll still have your patches on top of the tree, and you can trivially extract them (e.g. with bzr log -p) and publish them. If you merge instead of rebasing, you'll have old patches in the tree and merge changes spread over many merge changesets.
There apparently isn't a trivial tool to import commits between two branches. Doing something like this does way more than apply the diff for that one change and copy the commit mesage. bzr merge -c revno:2 /s/bzr/fb/5.1 -- Mark Callaghan mdcallag@gmail.com