Mercurial > evolve
diff CHANGELOG @ 5532:5a70669beaa3
branching: merge with stable
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Tue, 08 Sep 2020 11:56:17 +0800 |
parents | af835b32e155 1cce884c9448 |
children | 98e2613d797d |
line wrap: on
line diff
--- a/CHANGELOG Fri Sep 04 21:33:11 2020 +0200 +++ b/CHANGELOG Tue Sep 08 11:56:17 2020 +0800 @@ -12,12 +12,22 @@ * stack: support foo#stack relation revset (hg-5.4+ only) -10.0.2 - in progress +10.0.2 -- 2020-09-08 -------------------- * py3: use '%d' for formatting revision numbers in stable range cache warning (issue6390) + * split: correctly handle discard action after previously splitting changes + into more than one commit + + * uncommit: fix situation where added file would be left in a wrong state + +topic (0.19.2) + + * revset: when processing `topic(REVSET)`, no longer return changesets + without topic from REVSET + 10.0.1 -- 2020-07-31 --------------------