comparison tests/test-evolve-phase-divergence.t @ 5647:c2fab88e6d60

tests: rebase now produces different "one-line summary" output CORE-TEST-OUTPUT-UPDATE: e9555305c5c6
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 29 Oct 2020 09:19:37 -0700
parents 452651e69848
children e5d91fd1f319
comparison
equal deleted inserted replaced
5646:4c1eb455259f 5647:c2fab88e6d60
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 "added x to x" (bm tip) 581 rebasing 9:2352021b3785 bm tip "added x to x"
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 "y to y and foobar to foo" (tip) 710 rebasing 12:dc88f5aa9bc9 tip "y to y and foobar to foo"
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 "added l to l" (tip) 817 rebasing 17:f3794e5a91dc tip "added l to l"
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