Mercurial > evolve
comparison tests/test-evolve-phase-divergence.t @ 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 | 8e4f6354b316 |
children | 82da27321e91 43c4db536990 |
comparison
equal
deleted
inserted
replaced
5753:f60f1ded1a20 | 5754:03410b04cf10 |
---|---|
576 Alice like always dont care about Bob existence and rebases her changeset and | 576 Alice like always dont care about Bob existence and rebases her changeset and |
577 then pull from public repo creating phase divergence | 577 then pull from public repo creating phase divergence |
578 | 578 |
579 $ cd ../alice | 579 $ cd ../alice |
580 $ hg rebase -r . -d .^^^ | 580 $ hg rebase -r . -d .^^^ |
581 rebasing 9:2352021b3785 bm tip "added x to x" | 581 rebasing 9:2352021b3785 "added x to x" (bm tip) |
582 | 582 |
583 $ hg pull ../public | 583 $ hg pull ../public |
584 pulling from ../public | 584 pulling from ../public |
585 searching for changes | 585 searching for changes |
586 no changes found | 586 no changes found |
705 $ echo y > y | 705 $ echo y > y |
706 $ echo foobar >> foo | 706 $ echo foobar >> foo |
707 $ hg add y | 707 $ hg add y |
708 $ hg ci -m "y to y and foobar to foo" | 708 $ hg ci -m "y to y and foobar to foo" |
709 $ hg rebase -r . -d .^^^ | 709 $ hg rebase -r . -d .^^^ |
710 rebasing 12:dc88f5aa9bc9 tip "y to y and foobar to foo" | 710 rebasing 12:dc88f5aa9bc9 "y to y and foobar to foo" (tip) |
711 | 711 |
712 $ echo foo > y | 712 $ echo foo > y |
713 $ hg amend | 713 $ hg amend |
714 | 714 |
715 Alice making the old changeset public to have content-divergence | 715 Alice making the old changeset public to have content-divergence |
812 conflicts while rebasing on parent | 812 conflicts while rebasing on parent |
813 | 813 |
814 $ echo l > l | 814 $ echo l > l |
815 $ hg ci -Aqm "added l to l" | 815 $ hg ci -Aqm "added l to l" |
816 $ hg rebase -r . -d .^^^^ | 816 $ hg rebase -r . -d .^^^^ |
817 rebasing 17:f3794e5a91dc tip "added l to l" | 817 rebasing 17:f3794e5a91dc "added l to l" (tip) |
818 $ echo kl > l | 818 $ echo kl > l |
819 $ echo foo > x | 819 $ echo foo > x |
820 $ hg add x | 820 $ hg add x |
821 $ hg amend | 821 $ hg amend |
822 | 822 |