debian/compat
author Taapas Agrawal <taapas2897@gmail.com>
Thu, 11 Jul 2019 22:56:46 +0530
changeset 4798 2e14a9386316
parent 531 b18b00036355
child 4912 43e9bb4de6b5
permissions -rw-r--r--
abort: added support for evolve to hg abort This patch adds support of `hg evolve --abort` to `hg abort` plan. This involves creating a `hgabortevolve()` function under `evolvecmd` which ensures abortion of evolve via `hg abort`. This function is then registered using `addunfinished()` in `__init__.py`. Results are shown as tests.

8