test-revset: update test that isn't broken on default branch
authorYuya Nishihara <yuya@tcha.org>
Tue, 26 May 2015 23:14:50 +0900
changeset 25287 56eed3923dbc
parent 25286 127a11f705d9
child 25288 947771ad5174
test-revset: update test that isn't broken on default branch "X or wdir()" just works because the default branch includes 40a2cf1c765b.
tests/test-revset.t
--- a/tests/test-revset.t	Tue May 26 14:41:00 2015 -0400
+++ b/tests/test-revset.t	Tue May 26 23:14:50 2015 +0900
@@ -708,9 +708,9 @@
 Test working-directory revision
   $ hg debugrevspec 'wdir()'
   None
-BROKEN: should include 'None'
   $ hg debugrevspec 'tip or wdir()'
   9
+  None
   $ hg debugrevspec '0:tip and wdir()'
 
   $ log 'outgoing()'