Mercurial > evolve
changeset 5624:49c778a5945b stable
changelog: update for evolve 10.1.0
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sat, 31 Oct 2020 17:38:11 +0800 |
parents | fe31179e1941 |
children | 782cbadb123f |
files | CHANGELOG |
diffstat | 1 files changed, 9 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Sat Oct 31 17:25:32 2020 +0800 +++ b/CHANGELOG Sat Oct 31 17:38:11 2020 +0800 @@ -1,34 +1,32 @@ Changelog ========= -10.1.0 - in progress +10.1.0 -- 2020-10-31 -------------------- * compatibility with Mercurial 5.6 * numerous minor changes to packaging, Makefile, README moved to README.rst - * metaedit: update bookmark location when applicable + * evolve: various improvements to content-divergence resolution * evolve: fix various issues with --continue when solving content-divergence - * rewind: add a --dry-run flag - * rewind: properly record rewind of splits as folds + * evolve: specify the source of config override for `server.bundle1=no` + * evolve: avoid leaving mergestate after instability resolution * evolve: while resolving conflicts, the evolved node will no longer be a dirstate parent (won't show up in `hg parents` and not as `@` in `hg log -G`, but it will show up as `%` with hg >= 5.4) + * metaedit: update bookmark location when applicable + + * rewind: add a --dry-run flag + * rewind: properly record rewind of splits as folds + topic (0.20.0) * stack: support foo#stack relation revset (hg-5.4+ only) * merge: add a experimental.topic.linear-merge option to allow oedipus merges in some cases -10.0.3 - in progress --------------------- - - * evolve: specific the source of config override for `server.bundle1=no` - * evolve: avoid leaving mergestate after instability resolution - * metaedit: update bookmark location when applicable - 10.0.2 -- 2020-09-08 --------------------