Mercurial > evolve
comparison CHANGELOG @ 5904:f34e43af552d stable
changelog: update for evolve 10.3.1 and topic 0.22.1
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sun, 25 Apr 2021 14:12:01 +0800 |
parents | 53bbf1b522bc |
children | 93dc3cb68842 |
comparison
equal
deleted
inserted
replaced
5903:53bbf1b522bc | 5904:f34e43af552d |
---|---|
3 | 3 |
4 10.3.1 - in progress | 4 10.3.1 - in progress |
5 -------------------- | 5 -------------------- |
6 | 6 |
7 * cache: fix corruption issue when mixing 32-bit and 64-bit environments | 7 * cache: fix corruption issue when mixing 32-bit and 64-bit environments |
8 | |
8 * next: unstable changesets with a different topic are no longer targets for | 9 * next: unstable changesets with a different topic are no longer targets for |
9 hg next as long as it's invoked without --no-topic flag | 10 hg next as long as it's invoked without --no-topic flag |
10 * next: when some potential targets are unstable, ask user which changeset | 11 * next: when some potential targets are unstable, ask user which changeset |
11 they want to update to (only mixing stable and unstable when --evolve flag | 12 they want to update to (only mixing stable and unstable when --evolve flag |
12 is given, which is the default) | 13 is given, which is the default) |
14 | |
15 * packaging: default to using Python 3 in Makefile | |
16 | |
17 topic (0.22.1) | |
18 | |
19 * compatibility with Mercurial 5.8 | |
13 | 20 |
14 10.3.0 -- 2021-03-11 | 21 10.3.0 -- 2021-03-11 |
15 -------------------- | 22 -------------------- |
16 | 23 |
17 * doc: document stack as a substitute for MQ's qseries | 24 * doc: document stack as a substitute for MQ's qseries |