equal
deleted
inserted
replaced
811 | | |
811 | | |
812 o | 1: f899f3910ce7 'B' |
812 o | 1: f899f3910ce7 'B' |
813 |/ |
813 |/ |
814 o 0: 4a2df7238c3b 'A' |
814 o 0: 4a2df7238c3b 'A' |
815 |
815 |
816 BROKEN: should not result in a conflict |
|
817 $ hg rebase --continue |
816 $ hg rebase --continue |
818 already rebased 1:f899f3910ce7 "B" (B) as 82b8abf9c185 |
817 already rebased 1:f899f3910ce7 "B" (B) as 82b8abf9c185 |
819 rebasing 3:63668d570d21 "C" (C tip) |
818 already rebased 3:63668d570d21 "C" (C tip) as 82b8abf9c185 |
820 merging A |
819 saved backup bundle to $TESTTMP/aborted-editor/.hg/strip-backup/f899f3910ce7-7cab5e15-rebase.hg |
821 warning: conflicts while merging A! (edit, then use 'hg resolve --mark') |
|
822 unresolved conflicts (see hg resolve, then hg rebase --continue) |
|
823 [1] |
|
824 $ cat A |
|
825 <<<<<<< dest: 82b8abf9c185 D - test: D |
|
826 BD |
|
827 ||||||| base |
|
828 B |
|
829 ======= |
|
830 C |
|
831 >>>>>>> source: 63668d570d21 C tip - test: C |
|