Mercurial > evolve
diff 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 |
line wrap: on
line diff
--- a/CHANGELOG Tue Aug 28 11:24:50 2018 +0200 +++ b/CHANGELOG Mon Sep 03 22:05:12 2018 +0200 @@ -4,7 +4,23 @@ 8.1.2 - in progress ------------------- + * prune: rename `--biject` flag to `--pair` (old flag is kept as an alias) + * pick: rename the "grab" command to "pick" to avoid ambiguity with graft + * discovery: enable obshashrange based discovery by default + +topic + + * revset: `topic("patterns")` now handle standard patterns ("re:", etc) + * revset: `topic(REVS)` matches revisions with same topic as REVS + * topic: using `s#` alias instead of `t#` and `b#` alias + (compat with old form is preserved) + +8.1.2 -- 2018-08-28 +------------------- + * obshashrange: improved robusness of the cache under heavy load + * obshashrange: force recomputation of the final obshash related cache + (to make sure people benefit from the 8.1.1 fixes) 8.1.1 -- 2018-08-21 -------------------