Hi,

On Wed, Jul 13, 2011 at 12:03 AM, Antonio Cuni <anto.c...@gmail.com> wrote:
> uhm, I usually do "hg log -rA:B". Is it the same as -rA..B or is again subtly
> different?

...and both are different from what I find to be the *really* useful
information, which is: "which checkins are contained in B but not in
A"?  For that you have to use -r 'ancestors(B) and not ancestors(A)',
or -r 'reverse(same as before)' if you prefer the most-recent-first
order.


A bientôt,

Armin.
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to