# HG changeset patch # User Pierre-Yves David # Date 1401746325 25200 # Node ID e3f7258d05d5e117e29441e3b51f0441117f5d41 # Parent cf4dcf49d998d0eee949a3e7f126d9e55c62441d test: fix test-import condition The help text is ``"only(`` not `` only(`` diff -r cf4dcf49d998 -r e3f7258d05d5 tests/test-import.t --- a/tests/test-import.t Sat May 31 00:23:25 2014 -0700 +++ b/tests/test-import.t Mon Jun 02 14:58:45 2014 -0700 @@ -2,7 +2,7 @@ This feature requires mercurial 3.0 (and the `only(` revset is 3.0 specific) - $ (hg help revset | grep ' only(') || exit 80 + $ (hg help revset | grep '"only(' > /dev/null) || exit 80 Test creation of obsolescence marker by path import