Mercurial > evolve
diff tests/test-topic-stack-data.t @ 1995:54d6dff699f0
stack: add some header with the topic name
This is the first step of a move to add more data about a stack in the command
output.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Fri, 26 Aug 2016 14:14:04 +0200 |
parents | 10d10563e2a8 |
children | 5c40dd2cf131 |
line wrap: on
line diff
--- a/tests/test-topic-stack-data.t Fri Aug 26 14:58:18 2016 +0200 +++ b/tests/test-topic-stack-data.t Fri Aug 26 14:14:04 2016 +0200 @@ -240,6 +240,7 @@ ======================================= $ hg stack bar + ### topic: bar t5: add bar_c t2^ add bar_b (base) t4$ add bar_e (unstable) @@ -248,14 +249,17 @@ t1: add bar_a ^ add base_e $ hg stack baz + ### topic: baz t2: add baz_b t1: add baz_a ^ add base_c $ hg stack foo + ### topic: foo t2@ add foo_b (current) t1: add foo_a ^ add lake_a $ hg stack fuz + ### topic: fuz t3$ add fuz_c (unstable) t2$ add fuz_b (unstable) t1: fuz1_a