changeset 5815:44dd0e2a28bf

changelog: move a recently added feature to the correct release
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 04 Mar 2021 09:12:41 +0800
parents 307a9e8489f2
children a1dad44fe3da
files CHANGELOG
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Thu Mar 04 09:12:04 2021 +0800
+++ b/CHANGELOG	Thu Mar 04 09:12:41 2021 +0800
@@ -7,6 +7,7 @@
   * evolve: add a experimental.evolution.in-memory config for running evolve
     in memory
   * evolve: improve content-divergence resolution that involves parent changes
+  * evolve: preserve wdir parent when using `hg evolve --stop`
   * obslog: clarify the command name in the help,
   * pdiff, pstatus: drop some irrelevant command flags inherited from `hg diff`
     and `hg status` respectively
@@ -66,7 +67,6 @@
   * 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)
-  * evolve: preserve wdir parent when using `hg evolve --stop`
 
   * metaedit: update bookmark location when applicable