comparison tests/test-revset.t @ 25287:56eed3923dbc

test-revset: update test that isn't broken on default branch "X or wdir()" just works because the default branch includes 40a2cf1c765b.
author Yuya Nishihara <yuya@tcha.org>
date Tue, 26 May 2015 23:14:50 +0900
parents 61b3529e2377
children 701df761aa94
comparison
equal deleted inserted replaced
25286:127a11f705d9 25287:56eed3923dbc
706 0 706 0
707 707
708 Test working-directory revision 708 Test working-directory revision
709 $ hg debugrevspec 'wdir()' 709 $ hg debugrevspec 'wdir()'
710 None 710 None
711 BROKEN: should include 'None'
712 $ hg debugrevspec 'tip or wdir()' 711 $ hg debugrevspec 'tip or wdir()'
713 9 712 9
713 None
714 $ hg debugrevspec '0:tip and wdir()' 714 $ hg debugrevspec '0:tip and wdir()'
715 715
716 $ log 'outgoing()' 716 $ log 'outgoing()'
717 8 717 8
718 9 718 9