Mercurial > evolve
diff CHANGELOG @ 5801:e8a43f5929f6
rewind: abort when trying to rewind to multiple unrelated predecessors
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Tue, 22 Dec 2020 19:06:36 +0800 |
parents | df882aa33308 |
children | 84efc2e92228 |
line wrap: on
line diff
--- a/CHANGELOG Tue Dec 22 19:03:59 2020 +0800 +++ b/CHANGELOG Tue Dec 22 19:06:36 2020 +0800 @@ -10,6 +10,8 @@ * 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 10.2.0.post1 -- 2021-02-01 --------------------------