changeset 3840:231f593ccd5f

CHANGELOG: add an entry about the --update flag Since --update is still the default, we make the entry about --no-update.
author Pulkit Goyal <7895pulkit@gmail.com>
date Wed, 13 Jun 2018 15:47:19 +0530
parents ac0717f23921
children 82b79a8dafd9
files CHANGELOG
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Wed Jun 06 04:29:05 2018 +0530
+++ b/CHANGELOG	Wed Jun 13 15:47:19 2018 +0530
@@ -8,6 +8,8 @@
   * 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: add a new `--no-update` flag to keep working copy on the initial
+           revision.
 
 8.0.1 -- 2018-06-11
 -------------------