diff -r 55ca0b6276e7 -r e6ee830c4f45 tests/test-stack-branch.t --- a/tests/test-stack-branch.t Mon Dec 24 17:47:31 2018 +0100 +++ b/tests/test-stack-branch.t Mon Dec 24 17:47:40 2018 +0100 @@ -110,7 +110,7 @@ $ echo bbb > ddd $ hg commit --amend $ hg log -G - @ 6 foo {} draft c_d + @ 7 foo {} draft c_d | | o 5 foo {} draft c_f | | @@ -147,7 +147,7 @@ $ hg log -r 'stack()' 2 foo {} draft c_c - 6 foo {} draft c_d + 7 foo {} draft c_d 4 foo {} draft c_e 5 foo {} draft c_f @@ -160,11 +160,11 @@ rebasing 4:4f2a69f6d380 "c_e" rebasing 5:913c298d8b0a "c_f" $ hg log -G - o 8 foo {} draft c_f + o 9 foo {} draft c_f | - o 7 foo {} draft c_e + o 8 foo {} draft c_e | - @ 6 foo {} draft c_d + @ 7 foo {} draft c_d | o 2 foo {} draft c_c | @@ -186,15 +186,15 @@ $ hg add hhh $ hg commit -m c_h $ hg log -G - @ 10 foo {} draft c_h + @ 11 foo {} draft c_h | - o 9 foo {} draft c_g + o 10 foo {} draft c_g | - | o 8 foo {} draft c_f + | o 9 foo {} draft c_f | | - | o 7 foo {} draft c_e + | o 8 foo {} draft c_e |/ - o 6 foo {} draft c_d + o 7 foo {} draft c_d | o 2 foo {} draft c_c | @@ -207,11 +207,11 @@ $ hg stack ### target: foo (branch) (2 heads) - s6@ c_h (current) - s5: c_g + s6: c_f + s5: c_e s2^ c_d (base) - s4: c_f - s3: c_e + s4@ c_h (current) + s3: c_g s2: c_d s1: c_c s0^ c_b (base) @@ -226,20 +226,20 @@ $ echo ccc > ddd $ hg commit --amend -m 'c_D' $ hg rebase -d . -s 'desc(c_g)' - rebasing 9:2ebb6e48ab8a "c_g" - rebasing 10:634f38e27a1d "c_h" + rebasing 10:2ebb6e48ab8a "c_g" + rebasing 11:634f38e27a1d "c_h" $ hg log -G - o 13 foo {} draft c_h + o 15 foo {} draft c_h | - o 12 foo {} draft c_g + o 14 foo {} draft c_g | - @ 11 foo {} draft c_D + @ 13 foo {} draft c_D | - | o 8 foo {} draft c_f + | o 9 foo {} draft c_f | | - | o 7 foo {} draft c_e + | o 8 foo {} draft c_e | | - | x 6 foo {} draft c_d + | x 7 foo {} draft c_d |/ o 2 foo {} draft c_c | @@ -250,11 +250,11 @@ $ hg stack ### target: foo (branch) (2 heads) - s6: c_h - s5: c_g + s6$ c_f (unstable) + s5$ c_e (unstable) s2^ c_D (base current) - s4$ c_f (unstable) - s3$ c_e (unstable) + s4: c_h + s3: c_g s2@ c_D (current) s1: c_c s0^ c_b (base) @@ -263,17 +263,17 @@ ---------------------------------------------------------- $ hg log --graph - o 13 foo {} draft c_h + o 15 foo {} draft c_h | - o 12 foo {} draft c_g + o 14 foo {} draft c_g | - @ 11 foo {} draft c_D + @ 13 foo {} draft c_D | - | o 8 foo {} draft c_f + | o 9 foo {} draft c_f | | - | o 7 foo {} draft c_e + | o 8 foo {} draft c_e | | - | x 6 foo {} draft c_d + | x 7 foo {} draft c_d |/ o 2 foo {} draft c_c | @@ -284,22 +284,22 @@ $ hg stack ### target: foo (branch) (2 heads) - s6: c_h - s5: c_g + s6$ c_f (unstable) + s5$ c_e (unstable) s2^ c_D (base current) - s4$ c_f (unstable) - s3$ c_e (unstable) + s4: c_h + s3: c_g s2@ c_D (current) s1: c_c s0^ c_b (base) $ hg phase --public b1 $ hg stack ### target: foo (branch) (2 heads) - s5: c_h - s4: c_g + s5$ c_f (unstable) + s4$ c_e (unstable) s1^ c_D (base current) - s3$ c_f (unstable) - s2$ c_e (unstable) + s3: c_h + s2: c_g s1@ c_D (current) s0^ c_c (base) @@ -310,7 +310,7 @@ changed topic on 2 changes $ hg stack ### target: foo (branch) - s3$ c_f (unstable) - s2$ c_e (unstable) + s3: c_h + s2: c_g s1@ c_D (current) s0^ c_c (base)