# HG changeset patch # User Pulkit Goyal <7895pulkit@gmail.com> # Date 1532373734 -19800 # Node ID 3d0fa4a948717b4b916c1e6d2cf6bd0ec6679dc5 # Parent 96945ea908df7932beb4692041ec06934542119e CHANGELOG: add some entries and remove duplicated entries diff -r 96945ea908df -r 3d0fa4a94871 CHANGELOG --- a/CHANGELOG Tue Jul 31 12:52:06 2018 +0200 +++ b/CHANGELOG Tue Jul 24 00:52:14 2018 +0530 @@ -4,15 +4,16 @@ 8.1.0 - in progress ------------------- + * compatibility with mercurial 4.7rc0 * evolve: handle branch changes when solving content divergence, * evolve: improve multiple aspect of divergence resolution * branch changes handling, * parent changes handling, * divergent stack handling, - * evolve: add a help section dedicated to interrupted evolve, * evolve: merge commit messages when resolving content divergence (issue5877) * evolve: show unfinished state information in `hg status -v` (issue5886) * evolve: move bookmarks also when updating to successors (issue5923) + * amend: abort `--patch` by saving an empty file (issue5925) * evolve: add a new `--no-update` flag to keep working copy on the initial revision. * evolve: new help section dedicated to resuming operation interrupted by