On Jul 12, 2011, at 3:03 PM, Antonio Cuni wrote:

> 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?

Subtly different, hg help revset

--
Philip Jenvey

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

Reply via email to