emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Equivalent of "bzr diff -rancestor:"


From: Stefan Monnier
Subject: Re: Equivalent of "bzr diff -rancestor:"
Date: Mon, 17 Nov 2014 13:59:12 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> Don't know Bazaar very well so here is my guess about what you may want.
> A diff between master's and foo's common ancestor and the tip of foo:

>     git diff master...foo           # Three dots.

Ha!  That does it, without resorting to running another command to
compute the common ancestor.

This said, "C-u C-x v =" still doesn't like it, because it uses
diff-index rather than diff, and diff-index doesn't seem to like
"master...".


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]