# HG changeset patch # User Yuya Nishihara # Date 1432649690 -32400 # Node ID 56eed3923dbc4994f548f72dda2a61227fc9674d # Parent 127a11f705d97a6f0245d6b6b8f85f18f16f3d87 test-revset: update test that isn't broken on default branch "X or wdir()" just works because the default branch includes 40a2cf1c765b. diff -r 127a11f705d9 -r 56eed3923dbc 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()'