Mercurial > evolve
diff tests/test-divergent.t @ 3760:88601e1cd5d8
evolve: create new commit while resolving content-divergence
Before this patch, we used to amend one of the content-divergent changes with
the changes from the merge. Creating a new commit will certain advantages like
letting user enter a commit message, showing user the new merge diff before
commiting the content-divergent resolution and give us more control in the
implementation part.
The reason amend was used initially was just because it was easy. There are some
tests update due to change.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Mon, 23 Apr 2018 14:48:53 +0530 |
parents | ec460882eab7 |
children | dc81a788f278 |
line wrap: on
line diff
--- a/tests/test-divergent.t Tue May 22 20:33:42 2018 +0530 +++ b/tests/test-divergent.t Mon Apr 23 14:48:53 2018 +0530 @@ -60,9 +60,9 @@ updating to "local" side of the conflict: c2f698071cba merging "other" content-divergent changeset 'e708fd28d5cf' 1 files updated, 0 files merged, 0 files removed, 0 files unresolved - working directory is now at c26f1d3baed2 + working directory is now at c9708170cf11 $ hg log -G - @ 4:c26f1d3baed2@default(draft) add bdivergent1 [] + @ 4:c9708170cf11@default(draft) add bdivergent1 [] | o 0:135f39f4bd78@default(draft) add _a [] @@ -94,7 +94,7 @@ | | * 6:26c7705fee96@default(draft) add cdivergent1 [content-divergent] |/ - | o 4:c26f1d3baed2@default(draft) add bdivergent1 [] + | o 4:c9708170cf11@default(draft) add bdivergent1 [] |/ o 0:135f39f4bd78@default(draft) add _a [] @@ -154,7 +154,7 @@ base: [1] add _b merging "other" content-divergent changeset 'c2f698071cba' 1 files updated, 0 files merged, 0 files removed, 0 files unresolved - working directory is now at aa26817f6fbe + working directory is now at 1ed713bcebf6 $ cd ..