comparison 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
comparison
equal deleted inserted replaced
5800:668817e8c007 5801:e8a43f5929f6
8 * pdiff, pstatus: drop some irrelevant command flags inherited from `hg diff` 8 * pdiff, pstatus: drop some irrelevant command flags inherited from `hg diff`
9 and `hg status` respectively 9 and `hg status` respectively
10 * obslog: clarify the command name in the help, 10 * obslog: clarify the command name in the help,
11 * evolve: add a experimental.evolution.in-memory config for running evolve 11 * evolve: add a experimental.evolution.in-memory config for running evolve
12 in memory 12 in memory
13 * rewind: detect and abort on cases when we rewind to changesets that are
14 precessors / successors of each other
13 15
14 10.2.0.post1 -- 2021-02-01 16 10.2.0.post1 -- 2021-02-01
15 -------------------------- 17 --------------------------
16 18
17 same content as 10.2.0, but with a valid tarball on pypi. 19 same content as 10.2.0, but with a valid tarball on pypi.