CHANGELOG: add an entry about `hg evolve --abort`
Previous patches added a new flag `--abort` for `hg evolve` which aborts an
interrupted evolve. Currently this only works for orphan resolution cases which
is very common and most people use `evolve` for that. So let's add an entry
about that.
--- a/CHANGELOG Thu Mar 29 17:34:51 2018 +0530
+++ b/CHANGELOG Fri Apr 06 14:56:27 2018 +0530
@@ -6,6 +6,8 @@
* drop support for Mercurial 4.1
* `--obsolete` and `--old-obsolete` flags for `hg graft` are dropped
+ * evolve: a new `--abort` flag which aborts an interrupted evolve
+ resolving orphans
* `hg evolve` now return 0 if there is nothing to evolve
* fixed some memory leak issue