Mercurial > evolve
comparison CHANGELOG @ 5885:35d0fdb223f3 stable
changelog: mention the recent hg next fixes
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 22 Apr 2021 21:08:50 +0800 |
parents | 6fc0fb7105c2 |
children | 652d20d1c545 |
comparison
equal
deleted
inserted
replaced
5884:21a8f0336f26 | 5885:35d0fdb223f3 |
---|---|
1 Changelog | 1 Changelog |
2 ========= | 2 ========= |
3 | |
4 10.3.1 - in progress | |
5 -------------------- | |
6 | |
7 * next: unstable changesets with a different topic are no longer targets for | |
8 hg next as long as it's invoked without --no-topic flag | |
9 * next: when some potential targets are unstable, ask user which changeset | |
10 they want to update to (only mixing stable and unstable when --evolve flag | |
11 is given, which is the default) | |
3 | 12 |
4 10.3.0 -- 2021-03-11 | 13 10.3.0 -- 2021-03-11 |
5 -------------------- | 14 -------------------- |
6 | 15 |
7 * doc: document stack as a substitue for MQ's qseries | 16 * doc: document stack as a substitue for MQ's qseries |