On 12/07/11 21:28, Alex Gaynor wrote:
> Ahhhh, I found why i was getting nonsense information, `hg log -r<rev1>
> -r<rev2>` does NOT do what I wanted, you need to do `hg log -r<rev1>..<rev2>`!

uhm, I usually do "hg log -rA:B". Is it the same as -rA..B or is again subtly
different?
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to