Mercurial > evolve
comparison CHANGELOG @ 5737:0c6bb79da287 stable
branching: merge into stable in preparation for release
# no-check-commit
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sat, 30 Jan 2021 20:20:23 +0800 |
parents | f39fd921ecba |
children | b45e7847f75e |
comparison
equal
deleted
inserted
replaced
5735:3fb72f8c66e7 | 5737:0c6bb79da287 |
---|---|
13 | 13 |
14 topic: | 14 topic: |
15 | 15 |
16 * rebase: prevent in-memory rebase from silently dropping topic (by disabling | 16 * rebase: prevent in-memory rebase from silently dropping topic (by disabling |
17 the feature) | 17 the feature) |
18 | |
19 10.2.0 - in progress | |
20 -------------------- | |
21 | |
22 * compatibility with Mercurial 5.7 | |
23 | |
24 * evolve: improve resolution of some case of parent divergence | |
25 * evolve: respect command-templates.oneline-summary if configured | |
26 | |
27 * strip: remove experimental.prunestrip option | |
28 | |
29 topic: | |
30 | |
31 * performance: speed up various operations using an in-memory cache for topic | |
32 | |
33 * topic: rework how ctx.branch() is wrapped | |
34 * topic: look for topic heads only when necessary, this fixes the output of | |
35 e.g. hg heads when topics are in play | |
18 | 36 |
19 10.1.0 -- 2020-10-31 | 37 10.1.0 -- 2020-10-31 |
20 -------------------- | 38 -------------------- |
21 | 39 |
22 * compatibility with Mercurial 5.6 | 40 * compatibility with Mercurial 5.6 |