tests/test-revset.t
changeset 29139 64c1955a0461
parent 29059 8eba4cdcfd81
child 29264 22625884b15c
equal deleted inserted replaced
29138:a29f071751df 29139:64c1955a0461
   896   $ log 'tag(1.0)'
   896   $ log 'tag(1.0)'
   897   6
   897   6
   898   $ log 'tag(tip)'
   898   $ log 'tag(tip)'
   899   9
   899   9
   900 
   900 
       
   901 Test order of revisions in compound expression
       
   902 ----------------------------------------------
       
   903 
       
   904  'A & B' should follow the order of 'A':
       
   905 
       
   906   $ log '2:0 & 0::2'
       
   907   2
       
   908   1
       
   909   0
       
   910 
   901 test sort revset
   911 test sort revset
   902 --------------------------------------------
   912 --------------------------------------------
   903 
   913 
   904 test when adding two unordered revsets
   914 test when adding two unordered revsets
   905 
   915