tests/test-topic-stack.t
changeset 1910 24986e5a537c
parent 1909 36112e361ee4
child 1953 bdc5bb223b50
equal deleted inserted replaced
1909:36112e361ee4 1910:24986e5a537c
   109   t0: c_c
   109   t0: c_c
   110   t1@ c_d (current)
   110   t1@ c_d (current)
   111   t2$ c_e (unstable)
   111   t2$ c_e (unstable)
   112   t3$ c_f (unstable)
   112   t3$ c_f (unstable)
   113 
   113 
       
   114 Also test the revset:
       
   115 
       
   116   $ hg log -r 'stack()'
       
   117   2 default {foo} draft c_c
       
   118   7 default {foo} draft c_d
       
   119   4 default {foo} draft c_e
       
   120   5 default {foo} draft c_f
       
   121 
   114 Case with multiple heads on the topic
   122 Case with multiple heads on the topic
   115 -------------------------------------
   123 -------------------------------------
   116 
   124 
   117 Make things linear again
   125 Make things linear again
   118 
   126