On Wed, 2014-03-05 at 19:58 -0300, Vinícius dos Santos Oliveira wrote:
I was reviewing one merge proposal for Inkscape, but something that would really help is something similar to git's merge-base, which gives me the common ancestor of two branches. This way, I could see the diff introduced by the new branch without being spammed/flooded by new commits that aren't interesting for my review.
So, any Bazzar experts wishing to give me a helping hand here?
bzr diff -r ancestor:lp:inkscape
Where the "lp:inkscape" is the branch identifier, it could be "../trunk" as well. I also like a "--using meld" in there :-)
Ted