comparison tests/test-topic-stack.t @ 1905:3b42478ef017

stack: add "t" prefix to index in the output This make the existance and meaning of "t2" reference clearer.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Mon, 14 Mar 2016 18:40:00 +0000
parents f52c02bf47b7
children 5e9ce6310720
comparison
equal deleted inserted replaced
1904:f52c02bf47b7 1905:3b42478ef017
55 hg topic -l list all changeset in the topic 55 hg topic -l list all changeset in the topic
56 56
57 $ hg topic 57 $ hg topic
58 * foo 58 * foo
59 $ hg topic --list 59 $ hg topic --list
60 0: c_c 60 t0: c_c
61 1: c_d 61 t1: c_d
62 2: c_e 62 t2: c_e
63 3: c_f 63 t3: c_f
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
102 o 1 default {} draft c_b 102 o 1 default {} draft c_b
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 0: c_c 107 t0: c_c
108 1: c_d 108 t1: c_d
109 2: c_e 109 t2: c_e
110 3: c_f 110 t3: c_f