comparison contrib/merge-test-compat.sh @ 3385:823031b51d81

evolve: don't use graftstate for continuing `hg evolve` Before this patch, if user runs `hg evolve`, we read the evolve state, write a graftstate from that information and run graft command. This patch replaces that logic with new logic which does not depends on the graft state. The new logic is very filtered part of logic from graft command. We did not require a lot of opts checking and filtering revs logic from the graft command as our use case is fixed. This is the start of series/work which will make `hg evolve` better and have a good statefile for itself.
author Pulkit Goyal <7895pulkit@gmail.com>
date Sat, 06 Jan 2018 18:48:15 +0530
parents 13a4c35f7a0b
children 6db9e2350948
comparison
equal deleted inserted replaced
3384:2b06f144b6e0 3385:823031b51d81