comparison Makefile @ 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 b53343c8d692
children 7cdbe18838bc
comparison
equal deleted inserted replaced
3384:2b06f144b6e0 3385:823031b51d81