comparison CHANGELOG @ 3373:3ff0da45d4c7

evolve: use compat.TROUBLES to show troubles in user interface compat.TROUBLES is a dict which contains the trouble name for each trouble according to the hg version user is using. All of the replacements are related to `hg evolve` command.
author Pulkit Goyal <7895pulkit@gmail.com>
date Sat, 09 Dec 2017 08:19:07 +0530
parents 1face8964965
children 1cb549cd6236
comparison
equal deleted inserted replaced
3372:4138771105bb 3373:3ff0da45d4c7
1 Changelog 1 Changelog
2 ========= 2 =========
3 3
4 7.2.0 - in progress 4 7.2.0 - in progress
5 ------------------- 5 -------------------
6
7 * use the new instabilities names from mercurial 4.4+
8 (in `hg evolve --list` and other messages)
6 9
7 * new algorithm for obshashrange discovery: 10 * new algorithm for obshashrange discovery:
8 11
9 The new algorithm is fast, simpler to cache and with better complexity. It 12 The new algorithm is fast, simpler to cache and with better complexity. It
10 is able to handle repository of any size (naive python implementation is a 13 is able to handle repository of any size (naive python implementation is a