tests/test-revset2.t
changeset 38810 4fe8d1f077b8
parent 38625 52f19a840543
child 39707 5abc47d4ca6b
--- a/tests/test-revset2.t	Wed Aug 01 23:25:35 2018 -0400
+++ b/tests/test-revset2.t	Thu Aug 02 13:35:13 2018 -0700
@@ -346,7 +346,7 @@
 test ',' in `_list`
   $ log '0,1'
   hg: parse error: can't use a list in this context
-  (see hg help "revsets.x or y")
+  (see 'hg help "revsets.x or y"')
   [255]
   $ try '0,1,2'
   (list
@@ -354,7 +354,7 @@
     (symbol '1')
     (symbol '2'))
   hg: parse error: can't use a list in this context
-  (see hg help "revsets.x or y")
+  (see 'hg help "revsets.x or y"')
   [255]
 
 test that chained `or` operations make balanced addsets