Mercurial > evolve
comparison CHANGELOG @ 6049:441e7e773d6c
changelog: add more entries from default branch to 10.4.0
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 07 Oct 2021 21:50:29 +0300 |
parents | 18aa756353a7 |
children | bec2d792ceae |
comparison
equal
deleted
inserted
replaced
6048:761124310764 | 6049:441e7e773d6c |
---|---|
2 ========= | 2 ========= |
3 | 3 |
4 10.4.0 - in progress | 4 10.4.0 - in progress |
5 -------------------- | 5 -------------------- |
6 | 6 |
7 * next: add an --abort flag | |
8 * evolve: use a more stable criteria for picking p1 when solving | 7 * evolve: use a more stable criteria for picking p1 when solving |
9 content-divergence (most recent evolution will be used). | 8 content-divergence (most recent evolution will be used) |
10 * evolve: drop the deprecated --unstable, --divergent and --bumped flags, | 9 * evolve: drop the deprecated --unstable, --divergent and --bumped flags, |
11 they were replaced by --orphan, --content-divergent and --phase-divergent | 10 they were replaced by --orphan, --content-divergent and --phase-divergent |
12 respectively a long time ago | 11 respectively a long time ago |
13 * evolve: remove experimental.obshashrange.lru-size docs, that config option | 12 * evolve: remove experimental.obshashrange.lru-size docs, that config option |
14 didn't do anything for a long time | 13 didn't do anything for a long time |
14 * evolve: use precheck function from Mercurial 5.9+ when available, mostly | |
15 affects error messages and exit codes | |
16 | |
17 * next: add an --abort flag | |
15 | 18 |
16 * evolve, topic, pullbundle: drop compatibility with Mercurial 4.6 | 19 * evolve, topic, pullbundle: drop compatibility with Mercurial 4.6 |
20 | |
21 topic (0.23.0) | |
22 | |
23 * topic: drop old code for working with amends on ancient hg versions (~3.6) | |
17 | 24 |
18 10.3.3 -- 2021-08-13 | 25 10.3.3 -- 2021-08-13 |
19 -------------------- | 26 -------------------- |
20 | 27 |
21 * evolve: compatibility with Mercurial 5.9 | 28 * evolve: compatibility with Mercurial 5.9 |