comparison setup.py @ 3642:319b1f0f4de2

evolve: add a `--abort` flag for `hg evolve` command This patch adds a new flag `--abort` to `hg evolve` command which will abort the interrupted evolve going on undoes the changes created by the evolve command till now. The changes are bookmark movements, creation of evolved commits, obsolete the old commits in favor of evolved commits. In case when user changed things while the interrupted evolve, like did some actions which created a new commit on top of evolved commits, or changed phase of evolved commits to public, the evolve fails to abort as we should not strip out the new commit formed by user neither we can strip the public changeset. The abort fails and tell user to use `hg evolve --stop` instead. Right now bookmark movement is broken, and will be fixed in upcoming patches. Tests are added for the new flag.
author Pulkit Goyal <7895pulkit@gmail.com>
date Thu, 29 Mar 2018 16:43:28 +0530
parents efac9aad0963
children 9f2e480ad786
comparison
equal deleted inserted replaced
3641:ed50f10aacbd 3642:319b1f0f4de2