On 08.03.2011 10:03, "Martin v. Löwis" wrote:
>> Sorry, I didn't think that through. Revsets still have the power though:
>>
>> hg -R tmp.bundle diff -r'ancestor(.,default)' -r default
>>
>> (assuming your local repo is at the tip of default)
> 
> I can't make this work. I'm using hg 1.6.4, which does have revsets and
> (including ancestor). Still, with this command, I get
> 
> martin@mira:~/work/3k$ LANG=C hg -R tmp.bundle diff 
> -r'ancestor(.,default)' -r default
> abort: unknown revision 'ancestor(.,default)'!

ISTM that "hg diff" doesn't accept revsets in 1.6.

Georg


_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to