51311
|
1 |
= Mercurial 6.6.2 =
|
|
2 |
|
|
3 |
* histedit: remove superfluous echo() and endwin() calls (issue6859)
|
|
4 |
* persistent-nodemap: avoid writing nodemap for empty revlog
|
|
5 |
* persistent-nodemap: respect the mmap setting when refreshing data
|
|
6 |
* bundle: do not detect --base argument that match nothing as lack of argument
|
|
7 |
* narrow: prevent removal of ACL-defined excludes
|
|
8 |
* pycompat: fix bytestr(bytes) in Python 3.11
|
|
9 |
|
51169
|
10 |
= Mercurial 6.6.1 =
|
|
11 |
|
|
12 |
The first two patches fix aborted transactions that could happen since 6.6.
|
|
13 |
|
|
14 |
* revlog: avoid exposing delayed index entry too widely in non-inline revlog
|
|
15 |
* revlog: avoid wrongly updating the data file location on "divert"
|
|
16 |
* tests: do not fail tests in a state with uncommitted .py file removal
|
|
17 |
* perf-tags: fix the --clear-fnode-cache-rev code
|
|
18 |
* perf-tags: fix clear_cache_fnodes to actually clear that cache
|
|
19 |
* censor: fix things around inlining
|
|
20 |
* Various Python 3 cleanups
|
|
21 |
* Various Windows test suite fixes
|
|
22 |
|
51132
|
23 |
= Mercurial 6.6 =
|
51126
|
24 |
|
|
25 |
As usual, a *lot* of patches don't make it to this list.
|
|
26 |
|
|
27 |
== New Features ==
|
|
28 |
* rust-config: add support for default config items
|
|
29 |
* rhg: add config defaults to configitems.toml
|
|
30 |
* rhg: support "status FILE"
|
|
31 |
* rhg: support rhg files [FILE]
|
|
32 |
* commands: add admin namespace
|
|
33 |
* admin-command: add verify command
|
|
34 |
* debug-delta-chain: add options to control what we compute
|
|
35 |
* Added some caching for uncompressed revlog chunks that speed up some operations
|
|
36 |
|
|
37 |
== New Experimental Features ==
|
|
38 |
|
|
39 |
== Bug Fixes ==
|
|
40 |
* Improve OpenVMS support
|
|
41 |
* byteify-strings: passe sysstr to attr function and wrapper
|
|
42 |
* journal: track bookmark deletion
|
|
43 |
* transaction: actually delete file created during the transaction on rollback
|
|
44 |
* pull: avoid referencing a variable before it is initialized
|
|
45 |
* rust-filepatterns: also normalize RelPath
|
|
46 |
* narrow: hoist a variable to a higher level to avoid use-before-init warning
|
|
47 |
* convert: stabilize subversion date sorter
|
|
48 |
* run-tests: detect HGWITHRUSTEXT value
|
|
49 |
* censor: accept censored revision during upgrade
|
|
50 |
* rust-matchers: fix quadratic complexity in `FileMatcher`
|
|
51 |
* unstable: do not consider internal phases when computing unstable
|
|
52 |
* Still a whole bunch of Python 2 -> 3 migration leftovers
|
|
53 |
|
|
54 |
== Backwards Compatibility Changes ==
|
|
55 |
* perf: display all timing by default
|
|
56 |
* infinitepush: drop the extension
|
|
57 |
* debug-delta-chain: print less data by default
|
|
58 |
|
|
59 |
== Internal API Changes ==
|
|
60 |
|
|
61 |
* The revlog interface has been significantly cleaned up.
|
|
62 |
* configitems: add `documentation` field
|
|
63 |
* configitems: declare items in a TOML file
|
|
64 |
* configitems: move blackbox's config items to the new configitems.toml
|
|
65 |
* path-suboption: deprecated specifying the attributes as bytes
|
|
66 |
* pycompat: deprecate using bytes
|
|
67 |
* check-code: drop the `safehasattr` rule
|
|
68 |
* safehasattr: drop usage in favor of hasattr
|
|
69 |
* rust: add `UncheckedRevision` type
|
|
70 |
* rust: implement the `Graph` trait for all revlogs
|
|
71 |
* rust: make `Revision` a newtype
|
|
72 |
* perf: change the way we approach revlog reading
|
|
73 |
* perf: ensure all readlog's reading is done within a `reading` context
|
|
74 |
* delta-chain: move the debugdeltachain command in revlogutils
|
|
75 |
|
|
76 |
== Miscellaneous ==
|
|
77 |
|