--- 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