Mercurial > evolve
changeset 3654:23e515ca0143
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.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Fri, 06 Apr 2018 14:56:27 +0530 |
parents | d9682c41ea2f |
children | 19e3771f4bcc |
files | CHANGELOG |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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