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