diff tests/test-uncommit-interactive.t @ 3754:73ee40cbfb53

evolve: return the new replacement node to be stored in evolvestate While resolving phase-divergence, we can end up obsoleting the phase-divergent commit in favor of the public commit. Before this patch we return the node of public commit to store as a replacement of the phase-divergent commit. The above will not cause any problem till the time we use `hg evolve --abort` on an interrupted evolve which tries to strip the replacement nodes because it thinks that the replacements nodes are the ones which are created during the resolution and are new. Since we will be stripping a public node, `evolve --abort` will error out saying cannot strip public changeset, unable to abort evolve which is bad. We should make sure, replacements should only consist of new nodes formed. If the instablity is resolved by obsoleting in favour of old changeset, we should not store the old changeset in replacements in evolvestate.
author Pulkit Goyal <7895pulkit@gmail.com>
date Wed, 23 May 2018 02:33:14 +0530
parents d4c457c1ae0d
children 98941c28f3e2 a2fdbece7ce1 90f94231db5d
line wrap: on
line diff