tests/test-revset
branchstable
changeset 11882 b75dea24e296
parent 11650 ebaf117c2642
child 11886 73112cb2a6d7
child 12320 40c40c6f20b8
equal deleted inserted replaced
11881:2da0cf99b642 11882:b75dea24e296
    55 hg branch é
    55 hg branch é
    56 hg ci -Aqm9
    56 hg ci -Aqm9
    57 
    57 
    58 hg tag -r6 1.0
    58 hg tag -r6 1.0
    59 
    59 
       
    60 hg clone --quiet -U -r 7 . ../remote1
       
    61 hg clone --quiet -U -r 8 . ../remote2
       
    62 echo "[paths]" >> .hg/hgrc
       
    63 echo "default = ../remote1" >> .hg/hgrc
       
    64 
    60 # names that should work without quoting
    65 # names that should work without quoting
    61 try a
    66 try a
    62 try b-a
    67 try b-a
    63 try _a_b_c_
    68 try _a_b_c_
    64 try _a_b_c_-a
    69 try _a_b_c_-a
   110 log 'keyword(issue)'
   115 log 'keyword(issue)'
   111 log 'limit(head(), 1)'
   116 log 'limit(head(), 1)'
   112 log 'max(contains(a))'
   117 log 'max(contains(a))'
   113 log 'merge()'
   118 log 'merge()'
   114 log 'modifies(b)'
   119 log 'modifies(b)'
       
   120 log 'outgoing()'
       
   121 log 'outgoing("../remote1")'
       
   122 log 'outgoing("../remote2")'
   115 log 'p1(merge())'
   123 log 'p1(merge())'
   116 log 'p2(merge())'
   124 log 'p2(merge())'
   117 log 'parents(merge())'
   125 log 'parents(merge())'
   118 log 'removes(a)'
   126 log 'removes(a)'
   119 log 'roots(all())'
   127 log 'roots(all())'