Mercurial > evolve
diff tests/test-topic-stack.t @ 1996:5c40dd2cf131
stack: add some basic branch information
In the same spirit as knowing the topic you are on, having some branch data seem
useful (yet, this smell a bit like summary)
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Fri, 26 Aug 2016 14:23:31 +0200 |
parents | 54d6dff699f0 |
children | 302be26a3fd8 |
line wrap: on
line diff
--- a/tests/test-topic-stack.t Fri Aug 26 14:14:04 2016 +0200 +++ b/tests/test-topic-stack.t Fri Aug 26 14:23:31 2016 +0200 @@ -54,6 +54,7 @@ 0 files updated, 0 files merged, 4 files removed, 0 files unresolved $ hg topic --list ### topic: other + ### branch: default t2@ c_b (current) t1: c_a $ hg phase --public 'topic("other")' @@ -70,6 +71,7 @@ * foo $ hg stack ### topic: foo + ### branch: default t4@ c_f (current) t3: c_e t2: c_d @@ -127,6 +129,7 @@ $ hg topic --list ### topic: foo + ### branch: default t4$ c_f (unstable) t3$ c_e (unstable) t2@ c_d (current) @@ -196,6 +199,7 @@ $ hg top -l ### topic: foo + ### branch: default t6: c_f t5: c_e t2^ c_d (base) @@ -239,6 +243,7 @@ $ hg topic --list ### topic: foo + ### branch: default t6$ c_f (unstable) t5$ c_e (unstable) t2^ c_D (base)