Mercurial > evolve
comparison CHANGELOG @ 6566:cb009f13126a
branching: merge with stable
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 11 Oct 2023 13:45:08 -0300 |
parents | b56489871a56 e6a18e1cafe8 |
children | 851f1af306a5 |
comparison
equal
deleted
inserted
replaced
6565:835f0adf8e39 | 6566:cb009f13126a |
---|---|
5 -------------------- | 5 -------------------- |
6 | 6 |
7 * remove deprecated evolve.serveronly extension, evolve extension is | 7 * remove deprecated evolve.serveronly extension, evolve extension is |
8 recommended for all users, clients and servers | 8 recommended for all users, clients and servers |
9 | 9 |
10 * evolve: don't warn about topics while resolving public content-divergence | |
11 | |
10 * evolve, pullbundle: drop compatibility with Mercurial 4.8 | 12 * evolve, pullbundle: drop compatibility with Mercurial 4.8 |
11 | 13 |
12 topic (1.1.0) | 14 topic (1.1.0) |
13 | 15 |
14 * remove deprecated serverminitopic extension, topic extension is recommended | 16 * remove deprecated serverminitopic extension, topic extension is recommended |
15 for all users, clients and servers | 17 for all users, clients and servers |
18 | |
19 * topic: only set topic on workingcommitctx if it doesn't already have one | |
20 * topic: properly process revbranchcache before sending it to peers | |
21 (issue6841) | |
22 * topic: invalidate topic namespace cache in repo.invalidatecaches() | |
16 | 23 |
17 * drop compatibility with Mercurial 4.8 | 24 * drop compatibility with Mercurial 4.8 |
18 | 25 |
19 11.0.2 -- 2023-07-05 | 26 11.0.2 -- 2023-07-05 |
20 -------------------- | 27 -------------------- |