Mercurial > evolve
comparison CHANGELOG @ 6567:851f1af306a5
changelog: update for evolve 11.1.0 and topic 1.1.0
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 11 Oct 2023 15:18:41 -0300 |
parents | cb009f13126a |
children | 1ecb25d771df |
comparison
equal
deleted
inserted
replaced
6566:cb009f13126a | 6567:851f1af306a5 |
---|---|
14 topic (1.1.0) | 14 topic (1.1.0) |
15 | 15 |
16 * remove deprecated serverminitopic extension, topic extension is recommended | 16 * remove deprecated serverminitopic extension, topic extension is recommended |
17 for all users, clients and servers | 17 for all users, clients and servers |
18 | 18 |
19 * topic: only set topic on workingcommitctx if it doesn't already have one | 19 * pick: update commit message hashes like other rewrite commands |
20 | |
21 * topic namespaces: add `experimental.tns-allow-rewrite` config option to | |
22 check topic namespace before rewriting changesets | |
23 * topic namespaces: add `experimental.tns-default-pull-namespaces` config | |
24 option to pull only certain changesets by default | |
25 * topic namespaces: teach `hg import` and `hg export` to handle topic | |
26 namespaces | |
27 * topic namespaces: invalidate topic namespace cache in | |
28 repo.invalidatecaches() | |
29 | |
30 * topic: only set topic on workingcommitctx if it doesn't already have one, | |
31 making `hg import` always prioritize patch metadata | |
20 * topic: properly process revbranchcache before sending it to peers | 32 * topic: properly process revbranchcache before sending it to peers |
21 (issue6841) | 33 (issue6841) |
22 * topic: invalidate topic namespace cache in repo.invalidatecaches() | |
23 | 34 |
24 * drop compatibility with Mercurial 4.8 | 35 * drop compatibility with Mercurial 4.8 |
25 | 36 |
26 11.0.2 -- 2023-07-05 | 37 11.0.2 -- 2023-07-05 |
27 -------------------- | 38 -------------------- |