comparison CHANGELOG @ 4075:dc247e648f43 mercurial-4.5

test-compat: merge mercurial-4.6 into mercurial-4.5
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 03 Sep 2018 22:05:12 +0200
parents c53bf38e2e5a
children 8d8f08245f97
comparison
equal deleted inserted replaced
4031:9a2db13b2e99 4075:dc247e648f43
2 ========= 2 =========
3 3
4 8.1.2 - in progress 4 8.1.2 - in progress
5 ------------------- 5 -------------------
6 6
7 * prune: rename `--biject` flag to `--pair` (old flag is kept as an alias)
8 * pick: rename the "grab" command to "pick" to avoid ambiguity with graft
9 * discovery: enable obshashrange based discovery by default
10
11 topic
12
13 * revset: `topic("patterns")` now handle standard patterns ("re:", etc)
14 * revset: `topic(REVS)` matches revisions with same topic as REVS
15 * topic: using `s#` alias instead of `t#` and `b#` alias
16 (compat with old form is preserved)
17
18 8.1.2 -- 2018-08-28
19 -------------------
20
7 * obshashrange: improved robusness of the cache under heavy load 21 * obshashrange: improved robusness of the cache under heavy load
22 * obshashrange: force recomputation of the final obshash related cache
23 (to make sure people benefit from the 8.1.1 fixes)
8 24
9 8.1.1 -- 2018-08-21 25 8.1.1 -- 2018-08-21
10 ------------------- 26 -------------------
11 27
12 * clone: fix possible crash when using clone bundle and forcing cache warming 28 * clone: fix possible crash when using clone bundle and forcing cache warming