# HG changeset patch # User Pulkit Goyal <7895pulkit@gmail.com> # Date 1528885039 -19800 # Node ID 231f593ccd5f21c8b993f9c5d9f53cc5805b3700 # Parent ac0717f23921f8d2f3324232f730f73c8360792f CHANGELOG: add an entry about the --update flag Since --update is still the default, we make the entry about --no-update. diff -r ac0717f23921 -r 231f593ccd5f CHANGELOG --- 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 -------------------