comparison CHANGELOG @ 3404:718ef6b0ee6e

changelog: prepare for coming release
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 15 Jan 2018 21:44:22 +0100
parents d67e6080e11b
children 0e9c3fa042ae
comparison
equal deleted inserted replaced
3403:73920cb25af3 3404:718ef6b0ee6e
1 Changelog 1 Changelog
2 ========= 2 =========
3 3
4 7.2.0 - in progress 4 7.2.0 -- 2018-01-15
5 ------------------- 5 -------------------
6
7 * evolve: changes to the on disk format for interrupted evolve
8 * evolve: --continue now propertly preserve phase information (issue5720)
9 * evolve: --continue now properly reports merges as evolve
10 * commit: suggest using topic on new heads
11 * uncommit: `--revert` flag added to clean the wdir after uncommit
12 * obslog: add color support to content-diff output with --patch
13 * fix `hg prev` behavior on obsolete changesets
14 * no longer issues "obsolete working copy" message during no-op
6 15
7 * use the new instabilities names from mercurial 4.4+ 16 * use the new instabilities names from mercurial 4.4+
8 (in `hg evolve --list` and other messages) 17 (in `hg evolve --list` and other messages)
9 18
10 * new algorithm for obshashrange discovery: 19 * new algorithm for obshashrange discovery:
11 20
12 The new algorithm is fast, simpler to cache and with better complexity. It 21 The new algorithm is faster, simpler to cache and with better complexity. It
13 is able to handle repository of any size (naive python implementation is a 22 is able to handle repository of any size (naive python implementation is a
14 bit slow). Support for the previous experimental approach have been 23 bit slow). Support for the previous experimental approach have been
15 dropped, please update both clients and servers. The new approach is still 24 dropped, please update both clients and servers. The new approach is still
16 hidden behind and experimental flag for now. 25 hidden behind and experimental flag for now.
17 26
18 * uncommit: `--revert` flag added to clean the wdir after uncommit 27 topic (0.7.0)
19 * evolve: changes to the on disk format for interrupted evolve
20 * evolve: preserve phase information with --continue (issue5720)
21 * evolve: --continue now properly reports merges as evolve
22 * commit: suggest using topic on new heads
23 * obslog: add color support to content-diff output with --patch
24
25 topic (0.7.1)
26
27 7.1.1 - in progress
28 -------------------
29
30 * fix `hg prev` behavior on obsolete changesets
31 * no longer issue "obsolete working copy" message during no-op
32
33 topic (0.6.1)
34 28
35 * fix compatibility with Mercurial-4.3 29 * fix compatibility with Mercurial-4.3
36 * new template keyword `topic` to get changesets topic 30 * new template keyword `topic` to get changesets topic
37 31
38 7.1.0 -- 2017-12-12 32 7.1.0 -- 2017-12-12