Mercurial > evolve
diff tests/test-topic-stack.t @ 1906:5e9ce6310720
stack: show the currently active changeset and unstable ones
Still super basic, but give a basic idea of the feature. We use both symbols and
explicit text because symbols are cool but text is more explicit
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Mon, 14 Mar 2016 18:43:23 +0000 |
parents | 3b42478ef017 |
children | 36112e361ee4 |
line wrap: on
line diff
--- a/tests/test-topic-stack.t Mon Mar 14 18:40:00 2016 +0000 +++ b/tests/test-topic-stack.t Mon Mar 14 18:43:23 2016 +0000 @@ -60,7 +60,7 @@ t0: c_c t1: c_d t2: c_e - t3: c_f + t3@ c_f (current) error case, nothing to list @@ -105,6 +105,6 @@ $ hg topic --list t0: c_c - t1: c_d - t2: c_e - t3: c_f + t1@ c_d (current) + t2$ c_e (unstable) + t3$ c_f (unstable)