Mercurial > evolve
comparison CHANGELOG @ 5814:307a9e8489f2
changelog: reorder items, spelling
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 04 Mar 2021 09:12:04 +0800 |
parents | 741b2ae7ca4b |
children | 44dd0e2a28bf |
comparison
equal
deleted
inserted
replaced
5813:741b2ae7ca4b | 5814:307a9e8489f2 |
---|---|
2 ========= | 2 ========= |
3 | 3 |
4 10.3.0 - in progress | 4 10.3.0 - in progress |
5 -------------------- | 5 -------------------- |
6 | 6 |
7 * evolve: improves content-divergence resolution that involve parent changes | 7 * evolve: add a experimental.evolution.in-memory config for running evolve |
8 in memory | |
9 * evolve: improve content-divergence resolution that involves parent changes | |
10 * obslog: clarify the command name in the help, | |
8 * pdiff, pstatus: drop some irrelevant command flags inherited from `hg diff` | 11 * pdiff, pstatus: drop some irrelevant command flags inherited from `hg diff` |
9 and `hg status` respectively | 12 and `hg status` respectively |
10 * obslog: clarify the command name in the help, | |
11 * evolve: add a experimental.evolution.in-memory config for running evolve | |
12 in memory | |
13 * rewind: detect and abort on cases when we rewind to changesets that are | 13 * rewind: detect and abort on cases when we rewind to changesets that are |
14 precessors / successors of each other | 14 precessors / successors of each other |
15 * rewind: when user gives only some parts of a fold, include the other parts | 15 * rewind: when user gives only some parts of a fold, include the other parts |
16 as well, or abort if they are missing from local repo | 16 as well, or abort if they are missing from local repo |
17 | 17 |