diff -r 7cc79fc0e637 -r a61634f52742 tests/test-stack-branch.t --- a/tests/test-stack-branch.t Tue Sep 26 13:01:21 2017 +0200 +++ b/tests/test-stack-branch.t Sun Sep 24 11:30:14 2017 +0200 @@ -55,7 +55,7 @@ $ hg up other 0 files updated, 0 files merged, 4 files removed, 0 files unresolved $ hg stack - ### branch: other + ### target: other (branch) b2@ c_b (current) b1: c_a $ hg phase --public 'branch("other")' @@ -70,14 +70,14 @@ $ hg branch foo $ hg stack - ### branch: foo + ### target: foo (branch) b4@ c_f (current) b3: c_e b2: c_d b1: c_c b0^ c_b (base) $ hg stack -v - ### branch: foo + ### target: foo (branch) b4(913c298d8b0a)@ c_f (current) b3(4f2a69f6d380): c_e b2(f61adbacd17a): c_d @@ -125,7 +125,7 @@ o 0 other {} public c_a $ hg stack - ### branch: foo + ### target: foo (branch) b4$ c_f (unstable) b3$ c_e (unstable) b2@ c_d (current) @@ -134,7 +134,7 @@ $ hg up b3 2 files updated, 0 files merged, 0 files removed, 0 files unresolved $ hg stack - ### branch: foo + ### target: foo (branch) b4$ c_f (unstable) b3$ c_e (current unstable) b2: c_d @@ -205,7 +205,7 @@ Test output $ hg stack - ### branch: foo (2 heads) + ### target: foo (branch) (2 heads) b6@ c_h (current) b5: c_g b2^ c_d (base) @@ -248,7 +248,7 @@ $ hg stack - ### branch: foo (2 heads) + ### target: foo (branch) (2 heads) b6: c_h b5: c_g b2^ c_D (base) @@ -282,7 +282,7 @@ $ hg stack - ### branch: foo (2 heads) + ### target: foo (branch) (2 heads) b6: c_h b5: c_g b2^ c_D (base) @@ -293,7 +293,7 @@ b0^ c_b (base) $ hg phase --public b1 $ hg stack - ### branch: foo (2 heads) + ### target: foo (branch) (2 heads) b5: c_h b4: c_g b1^ c_D (base) @@ -308,7 +308,7 @@ $ hg topic --rev b4::b5 sometopic changed topic on 2 changes $ hg stack - ### branch: foo + ### target: foo (branch) b3$ c_f (unstable) b2$ c_e (unstable) b1@ c_D (current)