Mercurial > evolve
changeset 5813:741b2ae7ca4b
changelog: fix indent
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 03 Mar 2021 11:08:13 +0800 |
parents | 5fdf6faaf977 |
children | 307a9e8489f2 |
files | CHANGELOG |
diffstat | 1 files changed, 11 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Sat Sep 05 09:24:33 2020 +0530 +++ b/CHANGELOG Wed Mar 03 11:08:13 2021 +0800 @@ -4,21 +4,21 @@ 10.3.0 - in progress -------------------- - * evolve: improves content-divergence resolution that involve parent changes - * pdiff, pstatus: drop some irrelevant command flags inherited from `hg diff` - and `hg status` respectively - * obslog: clarify the command name in the help, - * evolve: add a experimental.evolution.in-memory config for running evolve - in memory - * rewind: detect and abort on cases when we rewind to changesets that are - precessors / successors of each other - * rewind: when user gives only some parts of a fold, include the other parts - as well, or abort if they are missing from local repo + * evolve: improves content-divergence resolution that involve parent changes + * pdiff, pstatus: drop some irrelevant command flags inherited from `hg diff` + and `hg status` respectively + * obslog: clarify the command name in the help, + * evolve: add a experimental.evolution.in-memory config for running evolve + in memory + * rewind: detect and abort on cases when we rewind to changesets that are + precessors / successors of each other + * rewind: when user gives only some parts of a fold, include the other parts + as well, or abort if they are missing from local repo 10.2.1 - in progress -------------------- - * doc: document stack as a substitue for MQ's qseries + * doc: document stack as a substitue for MQ's qseries 10.2.0.post1 -- 2021-02-01 --------------------------