comparison CHANGELOG @ 5305:8cf87826d9fa stable

changelog: update for evolve 10.0.0
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 08 May 2020 18:45:17 +0800
parents 34c8aa32bc56
children 028e4ea75456 31a72d43d20f
comparison
equal deleted inserted replaced
5304:83ceafbaa7d6 5305:8cf87826d9fa
1 Changelog 1 Changelog
2 ========= 2 =========
3 3
4 9.4.0 - in progress 4 10.0.0 -- 2020-05-09
5 ------------------- 5 --------------------
6 6
7 * compat: clean up old compatibility code 7 * compat: clean up old compatibility code
8 * compat: compatibility with Mercurial 5.4
9
8 * evolve: add {obsorigin}, a template keyword that works similarly to 10 * evolve: add {obsorigin}, a template keyword that works similarly to
9 {obsfate}, but shows predecessors of a changeset 11 {obsfate}, but shows predecessors of a changeset
10 * evolve: fix permission of new cache files using sqlite 12 * evolve: fix permissions of new cache files using SQLite
13 * evolve: always create commit when resolving divergence
14 * evolve: handle relocation during divergence resolution producing no changes
15 * evolve: provide cache to successorssets() in more cases
16
11 * obslog: make --all and --filternonlocal work properly with --no-graph 17 * obslog: make --all and --filternonlocal work properly with --no-graph
12 * obslog: add --origin flag to show predecessors instead of successors 18 * obslog: add --origin flag to show predecessors instead of successors
19 * obslog: make --origin flag the default
20
21 * stablerangecache: sanity check subranges
22
23 topic (0.19.0)
24
25 * auto-publish: issue the capabilities in all cases
26
27 * topic: provide cache to successorssets() in one more case
13 28
14 9.3.1 -- 2020-04-08 29 9.3.1 -- 2020-04-08
15 ------------------- 30 -------------------
16 31
17 * compat: make __touch-noise__ and __rewind-hash__ extra field be bytes 32 * compat: make __touch-noise__ and __rewind-hash__ extra field be bytes