diff -r 144989dabe93 -r 3eca2cbdc498 tests/test-topic-stack.t --- a/tests/test-topic-stack.t Sun Oct 15 00:03:59 2017 +0530 +++ b/tests/test-topic-stack.t Fri Oct 20 14:56:03 2017 +0200 @@ -72,7 +72,7 @@ ### topic: other ### target: default (branch) (stack is empty) - t0^ c_b (current base) + t0^ c_b (base current) $ hg up foo switching to topic foo @@ -232,7 +232,7 @@ $ hg stack ### target: default (branch) (stack is empty) - b0^ c_f (current base) + b0^ c_f (base current) Test "t#" reference ------------------- @@ -424,7 +424,7 @@ ### target: default (branch) t6: c_h t5: c_g - t2^ c_D (current base) + t2^ c_D (base current) 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 (unstable base) + t0^ c_C (base unstable) more obsolescence @@ -790,7 +790,7 @@ t2$ c_G (unstable) ^ c_F t1$ c_D (current unstable) - t0^ c_C (unstable base) + t0^ c_C (base unstable) Test stack behavior with a split --------------------------------