comparison CHANGELOG @ 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 35ffd7a4b339
children b36e38e3a176
comparison
equal deleted inserted replaced
3653:d9682c41ea2f 3654:23e515ca0143
4 8.0.0 - in progress 4 8.0.0 - in progress
5 ------------------- 5 -------------------
6 6
7 * drop support for Mercurial 4.1 7 * drop support for Mercurial 4.1
8 * `--obsolete` and `--old-obsolete` flags for `hg graft` are dropped 8 * `--obsolete` and `--old-obsolete` flags for `hg graft` are dropped
9 * evolve: a new `--abort` flag which aborts an interrupted evolve
10 resolving orphans
9 * `hg evolve` now return 0 if there is nothing to evolve 11 * `hg evolve` now return 0 if there is nothing to evolve
10 12
11 * fixed some memory leak issue 13 * fixed some memory leak issue
12 14
13 * templatekw: remove `obsfatedata` templatekw. Individuals fields are 15 * templatekw: remove `obsfatedata` templatekw. Individuals fields are