Mercurial > evolve
diff tests/test-topic-stack-data.t @ 2750:bd3824d1b795
stack: show short node of changesets in `hg stack -v`
After this patch, hg stack -v shows short nodes for changesets which have topic
index, i.e. excluding the bases except t0.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Fri, 14 Jul 2017 07:19:15 +0530 |
parents | f19b314d8475 |
children | 38db1466c6fb |
line wrap: on
line diff
--- a/tests/test-topic-stack-data.t Fri Jul 21 01:04:32 2017 +0200 +++ b/tests/test-topic-stack-data.t Fri Jul 14 07:19:15 2017 +0530 @@ -249,6 +249,16 @@ t2: add bar_b t1: add bar_a t0^ add base_e (base) + $ hg stack bar -v + ### topic: bar (2 heads) + ### branch: default + t5(9cbadf11b44d): add bar_c + t2(e555c7e8c767)^ add bar_b (base) + t4(a920412b5a05)$ add bar_e (unstable) + t3(6915989374b1): bar1_d + t2(e555c7e8c767): add bar_b + t1(a5c2b4e00bbf): add bar_a + t0(92f489a6251f)^ add base_e (base) $ hg stack baz ### topic: baz ### branch: default, 2 behind