tests/test-revset.t
changeset 27517 c60a9c16ae25
parent 26638 7afaf2566e25
child 27586 42910f9fffeb
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