comparison tests/test-revset.t @ 27517:c60a9c16ae25

revset: add hint for list error to use or
author timeless <timeless@mozdev.org>
date Wed, 23 Dec 2015 17:54:03 +0000
parents 7afaf2566e25
children 42910f9fffeb
comparison
equal deleted inserted replaced
27516:1c1216182dc1 27517:c60a9c16ae25
1161 1161
1162 $ log '0|0000' 1162 $ log '0|0000'
1163 0 1163 0
1164 -1 1164 -1
1165 1165
1166 test ',' in `_list`
1167 $ log '0,1'
1168 hg: parse error: can't use a list in this context
1169 (see hg help "revsets.x or y")
1170 [255]
1171
1166 test that chained `or` operations make balanced addsets 1172 test that chained `or` operations make balanced addsets
1167 1173
1168 $ try '0:1|1:2|2:3|3:4|4:5' 1174 $ try '0:1|1:2|2:3|3:4|4:5'
1169 (or 1175 (or
1170 (range 1176 (range