Mercurial > evolve
diff tests/test-topic-stack.t @ 3084:144989dabe93
stack: show current and unstable also for t0 and bases
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Sun, 15 Oct 2017 00:03:59 +0530 |
parents | f43a310c4338 |
children | 3eca2cbdc498 |
line wrap: on
line diff
--- a/tests/test-topic-stack.t Fri Oct 20 12:04:45 2017 +0200 +++ b/tests/test-topic-stack.t Sun Oct 15 00:03:59 2017 +0530 @@ -72,7 +72,7 @@ ### topic: other ### target: default (branch) (stack is empty) - t0^ c_b (base) + t0^ c_b (current base) $ hg up foo switching to topic foo @@ -232,7 +232,7 @@ $ hg stack ### target: default (branch) (stack is empty) - b0^ c_f (base) + b0^ c_f (current base) Test "t#" reference ------------------- @@ -424,7 +424,7 @@ ### target: default (branch) t6: c_h t5: c_g - t2^ c_D (base) + t2^ c_D (current base) t4$ c_f (unstable) t3$ c_e (unstable) t2@ c_D (current) @@ -716,7 +716,7 @@ t2$ c_G (unstable) ^ c_F t1$ c_D (current unstable) - t0^ c_C (base) + t0^ c_C (unstable base) more obsolescence @@ -790,7 +790,7 @@ t2$ c_G (unstable) ^ c_F t1$ c_D (current unstable) - t0^ c_C (base) + t0^ c_C (unstable base) Test stack behavior with a split --------------------------------