tests/test-revset.t
changeset 35501 12a46ad67a3c
parent 34866 1644623ab096
child 35542 beb667c9880f
equal deleted inserted replaced
35500:87918218da70 35501:12a46ad67a3c
  1482 Test scmutil.revsingle() should return the last revision
  1482 Test scmutil.revsingle() should return the last revision
  1483 
  1483 
  1484   $ hg debugrevspec -s 'last(0::)'
  1484   $ hg debugrevspec -s 'last(0::)'
  1485   * set:
  1485   * set:
  1486   <baseset slice=0:1
  1486   <baseset slice=0:1
  1487     <generatorset->>
  1487     <generatorsetasc->>
  1488   9
  1488   9
  1489   $ hg identify -r '0::' --num
  1489   $ hg identify -r '0::' --num
  1490   9
  1490   9
  1491 
  1491 
  1492 Test matching
  1492 Test matching