comparison CHANGELOG @ 5845:af7786970749

changelog: fix a couple of typos that got through
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 12 Mar 2021 19:04:11 +0800
parents 6fc0fb7105c2
children e24bdf74cf83
comparison
equal deleted inserted replaced
5844:5435f6053b81 5845:af7786970749
2 ========= 2 =========
3 3
4 10.3.0 -- 2021-03-11 4 10.3.0 -- 2021-03-11
5 -------------------- 5 --------------------
6 6
7 * doc: document stack as a substitue for MQ's qseries 7 * doc: document stack as a substitute for MQ's qseries
8 * doc: document revsets provided by evolve extension 8 * doc: document revsets provided by evolve extension
9 9
10 * evolve: add a experimental.evolution.in-memory config for running evolve 10 * evolve: add a experimental.evolution.in-memory config for running evolve
11 in memory (hg >= 5.6) 11 in memory (hg >= 5.6)
12 * evolve: improve content-divergence resolution that involves parent changes 12 * evolve: improve content-divergence resolution that involves parent changes
16 16
17 * pdiff, pstatus: drop some irrelevant command flags inherited from `hg diff` 17 * pdiff, pstatus: drop some irrelevant command flags inherited from `hg diff`
18 and `hg status` respectively 18 and `hg status` respectively
19 19
20 * rewind: detect and abort on cases when we rewind to changesets that are 20 * rewind: detect and abort on cases when we rewind to changesets that are
21 precessors / successors of each other 21 predecessors / successors of each other
22 * rewind: when user gives only some parts of a fold, include the other parts 22 * rewind: when user gives only some parts of a fold, include the other parts
23 as well, or abort if they are missing from local repo 23 as well, or abort if they are missing from local repo
24 24
25 topic (0.22.0) 25 topic (0.22.0)
26 26