tests/test-revset.t
changeset 21870 dd716807fd23
parent 21024 7731a2281cf0
child 21893 e967c3b08705
equal deleted inserted replaced
21869:e353fac7db26 21870:dd716807fd23
  1005   $ log 'limit(1 or 2 or 3, 2) and not 2'
  1005   $ log 'limit(1 or 2 or 3, 2) and not 2'
  1006   1
  1006   1
  1007   $ log 'max(1 or 2) and not 2'
  1007   $ log 'max(1 or 2) and not 2'
  1008   $ log 'min(1 or 2) and not 1'
  1008   $ log 'min(1 or 2) and not 1'
  1009   $ log 'last(1 or 2, 1) and not 2'
  1009   $ log 'last(1 or 2, 1) and not 2'
       
  1010 
       
  1011 issue4289 - ordering of built-ins
       
  1012   $ hg log -M -q -r 3:2
       
  1013   3:8528aa5637f2
       
  1014   2:5ed5505e9f1c
  1010 
  1015 
  1011 test revsets started with 40-chars hash (issue3669)
  1016 test revsets started with 40-chars hash (issue3669)
  1012 
  1017 
  1013   $ ISSUE3669_TIP=`hg tip --template '{node}'`
  1018   $ ISSUE3669_TIP=`hg tip --template '{node}'`
  1014   $ hg log -r "${ISSUE3669_TIP}" --template '{rev}\n'
  1019   $ hg log -r "${ISSUE3669_TIP}" --template '{rev}\n'