Mercurial > evolve
comparison tests/test-topic-stack.t @ 1991:ba79d23594d6
stack: reusing the index number in base when applicable
This clarify the branching when it is easy to track back the branching point.
This does not takes the evolution graph into account yet.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Fri, 26 Aug 2016 12:52:06 +0200 |
parents | e97458bf53be |
children | 54d6dff699f0 |
comparison
equal
deleted
inserted
replaced
1990:71410fa2c253 | 1991:ba79d23594d6 |
---|---|
192 Test output | 192 Test output |
193 | 193 |
194 $ hg top -l | 194 $ hg top -l |
195 t6: c_f | 195 t6: c_f |
196 t5: c_e | 196 t5: c_e |
197 ^ c_d | 197 t2^ c_d (base) |
198 t4@ c_h (current) | 198 t4@ c_h (current) |
199 t3: c_g | 199 t3: c_g |
200 t2: c_d | 200 t2: c_d |
201 t1: c_c | 201 t1: c_c |
202 ^ c_b | 202 ^ c_b |
234 | 234 |
235 | 235 |
236 $ hg topic --list | 236 $ hg topic --list |
237 t6$ c_f (unstable) | 237 t6$ c_f (unstable) |
238 t5$ c_e (unstable) | 238 t5$ c_e (unstable) |
239 ^ c_D | 239 t2^ c_D (base) |
240 t4: c_h | 240 t4: c_h |
241 t3: c_g | 241 t3: c_g |
242 t2@ c_D (current) | 242 t2@ c_D (current) |
243 t1: c_c | 243 t1: c_c |
244 ^ c_b | 244 ^ c_b |