tests/test-revset.t
branchstable
changeset 39800 572cd30eaffb
parent 39799 f28812c708a5
child 39801 cb5134f2318a
equal deleted inserted replaced
39799:f28812c708a5 39800:572cd30eaffb
  1061   2
  1061   2
  1062   4
  1062   4
  1063   8
  1063   8
  1064   9
  1064   9
  1065 
  1065 
       
  1066   $ hg log -T '{rev}\n' -r 'commonancestors(8 + 9)'
       
  1067   0
       
  1068   1
       
  1069   2
       
  1070   4
       
  1071   8
       
  1072   9
       
  1073 
  1066 test ancestor variants of empty revision
  1074 test ancestor variants of empty revision
  1067 
  1075 
  1068   $ log 'ancestor(none())'
  1076   $ log 'ancestor(none())'
  1069   $ log 'ancestors(none())'
  1077   $ log 'ancestors(none())'
  1070   $ log 'commonancestors(none())'
  1078   $ log 'commonancestors(none())'