reverse merge....

Erik Bågfors zindar at gmail.com
Tue Sep 12 10:10:47 BST 2006


> Indeed, a swiss-army-knife would be
> "bzr convert-commits-to-pending-merge -r ...". It could be funny to
> have it also (but certainly not in the core, no need to bother the
> normal user with one more command).

Just figured out that "convert-commits-to-pending-merge -r foo" can be
implemented with
REV=$(bzr revision-history | tail -1)
bzr uncommit -r foo --force
echo $REV > .bzr/branch/pending-merge

So, that's real easy to implement...

/Erik




More information about the bazaar mailing list