Mercurial > evolve
changeset 5754:03410b04cf10 mercurial-5.6
tests: back out changeset 59b2be90e9fd
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 28 Jan 2021 18:57:48 +0800 |
parents | f60f1ded1a20 |
children | 08c30eef85d3 |
files | tests/test-evolve-content-divergent-case-A3.t tests/test-evolve-content-divergent-case-A4.t tests/test-evolve-content-divergent-interrupted.t tests/test-evolve-content-divergent-relocation.t tests/test-evolve-effectflags.t tests/test-evolve-issue6097.t tests/test-evolve-orphan-split.t tests/test-evolve-phase-divergence.t tests/test-evolve-public-content-divergent-corner-cases.t tests/test-evolve-topic.t tests/test-sharing.t tests/test-topic-change.t tests/test-topic-dest.t tests/test-topic-rebase.t tests/test-topic-stack-complex.t tests/test-topic-stack.t tests/test-topic-tutorial.t |
diffstat | 17 files changed, 53 insertions(+), 53 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-evolve-content-divergent-case-A3.t Thu Jan 28 18:48:41 2021 +0800 +++ b/tests/test-evolve-content-divergent-case-A3.t Thu Jan 28 18:57:48 2021 +0800 @@ -79,7 +79,7 @@ $ cd ../local $ hg pull -qu $ hg rebase -r 'desc(C)' -d 'desc(B)' - rebasing 3:928c8849ec01 tip "C" + rebasing 3:928c8849ec01 "C" (tip) $ cd ../other $ hg pull -qu
--- a/tests/test-evolve-content-divergent-case-A4.t Thu Jan 28 18:48:41 2021 +0800 +++ b/tests/test-evolve-content-divergent-case-A4.t Thu Jan 28 18:57:48 2021 +0800 @@ -84,12 +84,12 @@ $ cd ../local $ hg pull -qu $ hg rebase -r 'desc(D)' -d 'desc(C)' - rebasing 4:6a418860e87b tip "D" + rebasing 4:6a418860e87b "D" (tip) $ cd ../other $ hg pull -qu $ hg rebase -r 'desc(D)' -d 'desc(B)' - rebasing 4:6a418860e87b tip "D" + rebasing 4:6a418860e87b "D" (tip) $ hg push -q $ cd ../local
--- a/tests/test-evolve-content-divergent-interrupted.t Thu Jan 28 18:48:41 2021 +0800 +++ b/tests/test-evolve-content-divergent-interrupted.t Thu Jan 28 18:57:48 2021 +0800 @@ -274,7 +274,7 @@ () draft $ hg rebase -r . -d .^^^ --config extensions.rebase= - rebasing 4:c41c793e0ef1 tip "added d" + rebasing 4:c41c793e0ef1 "added d" (tip) $ echo bar > c $ hg add c $ hg amend @@ -487,7 +487,7 @@ --------------------------------------------------------------------------- $ hg rebase -r . -d .^^^ --config extensions.rebase= - rebasing 6:9c1631e352d9 tip "added d" + rebasing 6:9c1631e352d9 "added d" (tip) $ hg glog @ 7:517d4375cb72 added d
--- a/tests/test-evolve-content-divergent-relocation.t Thu Jan 28 18:48:41 2021 +0800 +++ b/tests/test-evolve-content-divergent-relocation.t Thu Jan 28 18:57:48 2021 +0800 @@ -654,7 +654,7 @@ The first side of the divergence get rebased on top of upstream. $ hg rebase -r . -d 'desc("upstream")' - rebasing 2:898ddd4443b3 tip "divergent" + rebasing 2:898ddd4443b3 "divergent" (tip) $ hg --hidden co 2 -q updated to hidden changeset 898ddd4443b3 (hidden revision '898ddd4443b3' was rewritten as: befae6138569)
--- a/tests/test-evolve-effectflags.t Thu Jan 28 18:48:41 2021 +0800 +++ b/tests/test-evolve-effectflags.t Thu Jan 28 18:57:48 2021 +0800 @@ -128,7 +128,7 @@ $ mkcommit C0 $ mkcommit D0 $ hg rebase -r . -d 'desc(B0)' - rebasing 10:c85eff83a034 tip "D0" + rebasing 10:c85eff83a034 "D0" (tip) check result
--- a/tests/test-evolve-issue6097.t Thu Jan 28 18:48:41 2021 +0800 +++ b/tests/test-evolve-issue6097.t Thu Jan 28 18:57:48 2021 +0800 @@ -29,7 +29,7 @@ Now rebase the successor of 0 on top of 1 $ hg rebase -r . -d 1 - rebasing 2:32acf8fb1b23 tip "apricot and coconut" + rebasing 2:32acf8fb1b23 "apricot and coconut" (tip) 1 new orphan changesets Pruning 1 just to get it out of the way
--- a/tests/test-evolve-orphan-split.t Thu Jan 28 18:48:41 2021 +0800 +++ b/tests/test-evolve-orphan-split.t Thu Jan 28 18:57:48 2021 +0800 @@ -177,7 +177,7 @@ () draft $ hg rebase -r . -d 8fa14d15e168 - rebasing 9:c0fbf8aaf6c4 tip "added a b c" + rebasing 9:c0fbf8aaf6c4 "added a b c" (tip) $ hg glog @ 10:7f87764e5b64 added a b c | () draft
--- a/tests/test-evolve-phase-divergence.t Thu Jan 28 18:48:41 2021 +0800 +++ b/tests/test-evolve-phase-divergence.t Thu Jan 28 18:57:48 2021 +0800 @@ -578,7 +578,7 @@ $ cd ../alice $ hg rebase -r . -d .^^^ - rebasing 9:2352021b3785 bm tip "added x to x" + rebasing 9:2352021b3785 "added x to x" (bm tip) $ hg pull ../public pulling from ../public @@ -707,7 +707,7 @@ $ hg add y $ hg ci -m "y to y and foobar to foo" $ hg rebase -r . -d .^^^ - rebasing 12:dc88f5aa9bc9 tip "y to y and foobar to foo" + rebasing 12:dc88f5aa9bc9 "y to y and foobar to foo" (tip) $ echo foo > y $ hg amend @@ -814,7 +814,7 @@ $ echo l > l $ hg ci -Aqm "added l to l" $ hg rebase -r . -d .^^^^ - rebasing 17:f3794e5a91dc tip "added l to l" + rebasing 17:f3794e5a91dc "added l to l" (tip) $ echo kl > l $ echo foo > x $ hg add x
--- a/tests/test-evolve-public-content-divergent-corner-cases.t Thu Jan 28 18:48:41 2021 +0800 +++ b/tests/test-evolve-public-content-divergent-corner-cases.t Thu Jan 28 18:57:48 2021 +0800 @@ -507,7 +507,7 @@ $ node=`hg log --rev 'desc("c_E")' -T '{node}'` $ hg rebase -s $node -d 'desc("c_B")' rebasing 5:4ab2719bbab9 "c_E" - rebasing 6:77ccbf8d837e tip "c_F" + rebasing 6:77ccbf8d837e "c_F" (tip) $ hg phase --public tip $ hg rebase --hidden -s $node -d 'desc("c_C")' --config experimental.evolution.allowdivergence=yes rebasing 5:4ab2719bbab9 "c_E"
--- a/tests/test-evolve-topic.t Thu Jan 28 18:48:41 2021 +0800 +++ b/tests/test-evolve-topic.t Thu Jan 28 18:57:48 2021 +0800 @@ -338,9 +338,9 @@ different topic $ hg rebase -s d2dc89c57700 -d d834582d9ee3 --config extensions.rebase= - rebasing 16:d2dc89c57700 bar "add iii" + rebasing 16:d2dc89c57700 "add iii" (bar) 1 new orphan changesets - rebasing 17:9bf430c106b7 bar "add jjj" + rebasing 17:9bf430c106b7 "add jjj" (bar) 1 new orphan changesets $ hg log -Gr 42b49017ff90:: * 21 - {bar} 7542e76aba2c add jjj (draft)
--- a/tests/test-sharing.t Thu Jan 28 18:48:41 2021 +0800 +++ b/tests/test-sharing.t Thu Jan 28 18:57:48 2021 +0800 @@ -379,7 +379,7 @@ Alice rebases her draft changeset on top of Bob's public changeset and publishes the result. $ hg rebase -d 4 - rebasing 3:3363442626b3 bug15 "fix bug 15 (v2)" + rebasing 3:3363442626b3 "fix bug 15 (v2)" (bug15) $ hg push ../public pushing to ../public searching for changes
--- a/tests/test-topic-change.t Thu Jan 28 18:48:41 2021 +0800 +++ b/tests/test-topic-change.t Thu Jan 28 18:57:48 2021 +0800 @@ -182,13 +182,13 @@ Added a () $ hg rebase -s 11 -d 22 - rebasing 11:1315a3808ed0 foo "Added d" + rebasing 11:1315a3808ed0 "Added d" (foo) switching to topic foo - rebasing 16:edc4a6b9ea60 bar "Added e" + rebasing 16:edc4a6b9ea60 "Added e" (bar) switching to topic bar - rebasing 17:82e0b14f4d9e bar "Added f" - rebasing 18:e7b418d79a05 bar "Added g" - rebasing 20:c2d6b7df5dcf foobar "Added h" + rebasing 17:82e0b14f4d9e "Added f" (bar) + rebasing 18:e7b418d79a05 "Added g" (bar) + rebasing 20:c2d6b7df5dcf "Added h" (foobar) switching to topic foobar $ hg glog
--- a/tests/test-topic-dest.t Thu Jan 28 18:48:41 2021 +0800 +++ b/tests/test-topic-dest.t Thu Jan 28 18:57:48 2021 +0800 @@ -113,7 +113,7 @@ switching to topic elephant 1 files updated, 0 files merged, 1 files removed, 0 files unresolved $ hg rebase - rebasing 4:cb7ae72f4a80 elephant "babar" + rebasing 4:cb7ae72f4a80 "babar" (elephant) switching to topic elephant $ hg log -G @ 7 (elephant) babar @@ -134,7 +134,7 @@ switching to topic monkey 1 files updated, 0 files merged, 3 files removed, 0 files unresolved $ hg rebase - rebasing 5:d832ddc604ec monkey "zephir" + rebasing 5:d832ddc604ec "zephir" (monkey) switching to topic monkey $ hg log -G @ 8 (monkey) zephir @@ -177,7 +177,7 @@ o 0 () c_alpha $ hg rebase - rebasing 9:d79a104e2902 tip monkey "Huc" + rebasing 9:d79a104e2902 "Huc" (tip monkey) $ hg log -G @ 10 (monkey) Huc | @@ -229,7 +229,7 @@ switching to topic elephant 1 files updated, 0 files merged, 1 files removed, 0 files unresolved $ hg rebase -d 'desc(c_zeta)' # make sure tip is elsewhere - rebasing 7:8d0b77140b05 elephant "babar" + rebasing 7:8d0b77140b05 "babar" (elephant) switching to topic elephant $ hg up monkey switching to topic monkey
--- a/tests/test-topic-rebase.t Thu Jan 28 18:48:41 2021 +0800 +++ b/tests/test-topic-rebase.t Thu Jan 28 18:57:48 2021 +0800 @@ -72,7 +72,7 @@ switching to topic myfeature 1 files updated, 0 files merged, 1 files removed, 0 files unresolved $ hg rebase - rebasing 1:39e7a938055e myfeature "add feature1" + rebasing 1:39e7a938055e "add feature1" (myfeature) switching to topic myfeature $ hg stack ### topic: myfeature @@ -123,7 +123,7 @@ switching to topic myotherfeature 1 files updated, 0 files merged, 0 files removed, 0 files unresolved $ hg rebase - rebasing 5:81f854012ec5 myotherfeature "myotherfeature1" + rebasing 5:81f854012ec5 "myotherfeature1" (myotherfeature) merging file warning: conflicts while merging file! (edit, then use 'hg resolve --mark') switching to topic myotherfeature @@ -137,7 +137,7 @@ (no more unresolved files) continue: hg rebase --continue $ hg rebase --continue - rebasing 5:81f854012ec5 myotherfeature "myotherfeature1" + rebasing 5:81f854012ec5 "myotherfeature1" (myotherfeature) Check the the commit has the right topic @@ -175,7 +175,7 @@ $ echo x > a.txt $ hg ci -Aqm x $ hg rebase -r . -d 3 --config rebase.experimental.inmemory=1 - rebasing 8:1323571d782d tip myotherfeature "x" + rebasing 8:1323571d782d "x" (tip myotherfeature) switching to topic myfeature switching to topic myotherfeature $ logtopic
--- a/tests/test-topic-stack-complex.t Thu Jan 28 18:48:41 2021 +0800 +++ b/tests/test-topic-stack-complex.t Thu Jan 28 18:57:48 2021 +0800 @@ -160,7 +160,7 @@ 1 new orphan changesets 2 new content-divergent changesets $ hg rebase -r . -d ec94a1ed1330~1 - rebasing 9:eb3b16fef8ea tip foo "Added e and f" + rebasing 9:eb3b16fef8ea "Added e and f" (tip foo) $ hg stack ### topic: foo (2 heads) ### target: default (branch)
--- a/tests/test-topic-stack.t Thu Jan 28 18:48:41 2021 +0800 +++ b/tests/test-topic-stack.t Thu Jan 28 18:57:48 2021 +0800 @@ -410,8 +410,8 @@ Make things linear again $ hg rebase -s 'desc(c_e)' -d 'desc(c_d) - obsolete()' - rebasing 4:0f9ac936c87d foo "c_e" - rebasing 5:6559e6d93aea foo "c_f" + rebasing 4:0f9ac936c87d "c_e" (foo) + rebasing 5:6559e6d93aea "c_f" (foo) $ hg log -G o 8 default {foo} draft c_f | @@ -480,8 +480,8 @@ $ hg commit --amend -m 'c_D' 4 new orphan changesets $ hg rebase -d . -s 'desc(c_g)' - rebasing 9:81264ae8a36a foo "c_g" - rebasing 10:fde5f5941642 foo "c_h" + rebasing 9:81264ae8a36a "c_g" (foo) + rebasing 10:fde5f5941642 "c_h" (foo) $ hg log -G o 13 default {foo} draft c_h | @@ -546,8 +546,8 @@ Converting into a linear chain $ hg rebase -s 'desc("c_e") - obsolete()' -d 'desc("c_h") - obsolete()' - rebasing 7:215bc359096a foo "c_e" - rebasing 8:ec9267b3f33f foo "c_f" + rebasing 7:215bc359096a "c_e" (foo) + rebasing 8:ec9267b3f33f "c_f" (foo) $ hg log -G o 15 default {foo} draft c_f @@ -593,17 +593,17 @@ o 0 default {} public c_a $ hg rebase -s 'desc("c_f") - obsolete()' -d 'desc("c_e") - obsolete()' - rebasing 15:77082e55de88 foo "c_f" + rebasing 15:77082e55de88 "c_f" (foo) switching to topic foo 1 new orphan changesets switching to topic foobar $ hg rebase -s 'desc("c_g") - obsolete()' -d 'desc("c_D") - obsolete()' - rebasing 12:0c3e8aed985d foo "c_g" + rebasing 12:0c3e8aed985d "c_g" (foo) switching to topic foo - rebasing 13:b9e4f3709bc5 foo "c_h" - rebasing 16:4bc813530301 foobar "c_e" + rebasing 13:b9e4f3709bc5 "c_h" (foo) + rebasing 16:4bc813530301 "c_e" (foobar) switching to topic foobar - rebasing 18:4406ea4be852 tip foo "c_f" + rebasing 18:4406ea4be852 "c_f" (tip foo) switching to topic foo switching to topic foobar $ hg up @@ -902,12 +902,12 @@ get things linear again $ hg rebase -r s1 -d default - rebasing 16:1d84ec948370 tip blue "c_D" + rebasing 16:1d84ec948370 "c_D" (tip blue) switching to topic blue $ hg rebase -r s2 -d s1 - rebasing 13:3ab2eedae500 blue "c_G" + rebasing 13:3ab2eedae500 "c_G" (blue) $ hg rebase -r s3 -d s2 - rebasing 8:3bfe800e0486 blue "c_I" + rebasing 8:3bfe800e0486 "c_I" (blue) $ hg stack ### topic: blue ### target: default (branch)
--- a/tests/test-topic-tutorial.t Thu Jan 28 18:48:41 2021 +0800 +++ b/tests/test-topic-tutorial.t Thu Jan 28 18:57:48 2021 +0800 @@ -488,10 +488,10 @@ 1 files updated, 0 files merged, 0 files removed, 0 files unresolved $ hg rebase - rebasing 1:13900241408b food "adding condiments" + rebasing 1:13900241408b "adding condiments" (food) merging shopping switching to topic food - rebasing 2:287de11b401f food "adding fruits" + rebasing 2:287de11b401f "adding fruits" (food) merging shopping $ hg log --graph @@ -1055,12 +1055,12 @@ #endif $ hg rebase - rebasing 6:183984ef46d1 tools "Adding hammer" + rebasing 6:183984ef46d1 "Adding hammer" (tools) merging shopping switching to topic tools - rebasing 7:cffff85af537 tools "Adding saw" + rebasing 7:cffff85af537 "Adding saw" (tools) merging shopping - rebasing 8:34255b455dac tools "Adding drill" + rebasing 8:34255b455dac "Adding drill" (tools) merging shopping But what about the other topic? You can use 'hg topics --verbose' to see @@ -1087,10 +1087,10 @@ multiple *public* heads it would create on that branch: $ hg rebase -b drinks - rebasing 9:8dfa45bd5e0c drinks "Adding apple juice" + rebasing 9:8dfa45bd5e0c "Adding apple juice" (drinks) merging shopping switching to topic drinks - rebasing 10:70dfa201ed73 drinks "Adding orange juice" + rebasing 10:70dfa201ed73 "Adding orange juice" (drinks) merging shopping switching to topic tools @@ -1777,9 +1777,9 @@ 1 files updated, 0 files merged, 0 files removed, 0 files unresolved $ hg rebase - rebasing 19:d5c51ee5762a tools "Adding saw" + rebasing 19:d5c51ee5762a "Adding saw" (tools) merging shopping - rebasing 20:bae3758e46bf tools "Adding drill" + rebasing 20:bae3758e46bf "Adding drill" (tools) merging shopping $ hg stack