Mercurial > evolve
comparison tests/test-topic-stack.t @ 1998:302be26a3fd8
stack: add warning about multiple heads
This seems a good spot to nudge people toward reducing there head count.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Fri, 26 Aug 2016 21:57:48 +0200 |
parents | 5c40dd2cf131 |
children | db617700d318 |
comparison
equal
deleted
inserted
replaced
1997:ce86f7bb4b7b | 1998:302be26a3fd8 |
---|---|
196 | 196 |
197 | 197 |
198 Test output | 198 Test output |
199 | 199 |
200 $ hg top -l | 200 $ hg top -l |
201 ### topic: foo | 201 ### topic: foo (2 heads) |
202 ### branch: default | 202 ### branch: default |
203 t6: c_f | 203 t6: c_f |
204 t5: c_e | 204 t5: c_e |
205 t2^ c_d (base) | 205 t2^ c_d (base) |
206 t4@ c_h (current) | 206 t4@ c_h (current) |
240 | | 240 | |
241 o 0 default {} public c_a | 241 o 0 default {} public c_a |
242 | 242 |
243 | 243 |
244 $ hg topic --list | 244 $ hg topic --list |
245 ### topic: foo | 245 ### topic: foo (2 heads) |
246 ### branch: default | 246 ### branch: default |
247 t6$ c_f (unstable) | 247 t6$ c_f (unstable) |
248 t5$ c_e (unstable) | 248 t5$ c_e (unstable) |
249 t2^ c_D (base) | 249 t2^ c_D (base) |
250 t4: c_h | 250 t4: c_h |