Mercurial > evolve
comparison CHANGELOG @ 3291:06a3cb594956 stable 7.1.0
packaging: prepare release 7.1.0
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 12 Dec 2017 03:02:25 +0100 |
parents | ee71cc4eff21 |
children | 64aedeb30625 |
comparison
equal
deleted
inserted
replaced
3286:76c447d88d9a | 3291:06a3cb594956 |
---|---|
1 Changelog | 1 Changelog |
2 ========= | 2 ========= |
3 | 3 |
4 7.1.0 - in progress | 4 7.1.0 -- 2017-12-12 |
5 ------------------- | 5 ------------------- |
6 | 6 |
7 * verbosity: respect --quiet for prev, next and summary | 7 * verbosity: respect --quiet for prev, next and summary |
8 * note: add a `-n/--note` flag to all history rewritting commands | 8 * note: add a `-n/--note` flag to all history rewritting commands |
9 * obslog: shows the obsmarkers notes | 9 * obslog: shows the obsmarkers notes |
10 * obsdiscover: Improved stable range slice for the experimental obshashrange | 10 * obsdiscover: Improved stable range slice for the experimental obshashrange |
11 (client and server need to upgrade to this version) | 11 (client and server need to upgrade to this version) |
12 * split: preserve the branch of the source changeset | |
12 | 13 |
13 topic (0.6.0) | 14 topic (0.6.0) |
14 | 15 |
15 * add a new 'serverminitopic' extension for minimal server support | 16 * add a new 'serverminitopic' extension for minimal server support |
16 (see `hg help -e serverminitopic` for details) | 17 (see `hg help -e serverminitopic` for details) |
17 * add a new config option `experimental.topic-mode.server` using which a | 18 * add a new config option `experimental.topic-mode.server` using which a |
18 server can reject draft changesets without topic | 19 server can reject draft changesets without topic |
19 | |
20 7.0.2 - in progress | |
21 ------------------- | |
22 | |
23 * split: preserve the branch of the source changeset | |
24 | |
25 Topic (0.5.2) | |
26 | |
27 * fix behavior of `hg stack` in cases of split | 20 * fix behavior of `hg stack` in cases of split |
28 * makes code more resilient to partiel initialization | 21 * makes code more resilient to partiel initialization |
29 * avoid over wrapping inside of long living process | 22 * avoid over wrapping inside of long living process |
30 | 23 |
31 7.0.1 -- 2017-11-14 | 24 7.0.1 -- 2017-11-14 |