annotate relnotes/6.6 @ 51169:71bd09bebbe3 stable 6.6.1

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