tests/test-topic-stack.t
changeset 1906 5e9ce6310720
parent 1905 3b42478ef017
child 1909 36112e361ee4
equal deleted inserted replaced
1905:3b42478ef017 1906:5e9ce6310720
    58    * foo
    58    * foo
    59   $ hg topic --list
    59   $ hg topic --list
    60   t0: c_c
    60   t0: c_c
    61   t1: c_d
    61   t1: c_d
    62   t2: c_e
    62   t2: c_e
    63   t3: c_f
    63   t3@ c_f (current)
    64 
    64 
    65 error case, nothing to list
    65 error case, nothing to list
    66 
    66 
    67   $ hg topic --clear
    67   $ hg topic --clear
    68   $ hg topic --list
    68   $ hg topic --list
   103   |
   103   |
   104   o  0 default {} draft c_a
   104   o  0 default {} draft c_a
   105   
   105   
   106   $ hg topic --list
   106   $ hg topic --list
   107   t0: c_c
   107   t0: c_c
   108   t1: c_d
   108   t1@ c_d (current)
   109   t2: c_e
   109   t2$ c_e (unstable)
   110   t3: c_f
   110   t3$ c_f (unstable)