New to bzr, questions

Wouter van Heyst larstiq at larstiq.dyndns.org
Mon Mar 20 20:35:54 GMT 2006


On Fri, Mar 17, 2006 at 11:12:35AM +0100, Erik Bågfors wrote:
<snip>

> > 2. I did not find a way to do a diff between two branches. By "diff" I
> > mean a diff output of the complete project, not simply a list of missing
> > patches. This is something I need to do a lot: look at the actual
> > difference between a branch I am working on and another one. Is there a
> > way to achieve this?
> 
> What I normally do is
> bzr merge ../otherbranch
> bzr diff
> 
> Then I can revert the whole thing with "bzr revert".
> 
> I know there has been talk about being able to do "bzr diff
> -rbranch:../otherbranch as well.. I don't know if that's implemented
> yet.

`bzr diff branch1 branch2` works perfectly fine, as does -rbranch:

Wouter van Heyst




More information about the bazaar mailing list