[pypy-dev] Benchmarks

Armin Rigo arigo at tunes.org
Wed Jul 13 15:42:55 CEST 2011


Hi,

On Wed, Jul 13, 2011 at 12:03 AM, Antonio Cuni <anto.cuni at 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.


More information about the pypy-dev mailing list