relnotes/6.4
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 18 Apr 2023 01:23:27 +0200
branchstable
changeset 50424 f952be90b051
parent 50399 83ea6ce48b4f
child 50427 de2102390910
permissions -rw-r--r--
revlog-split: make sure the self._indexfile attribut is reset (issue6811) Before this change, after a transaction committing a file split, a revlog object would have its `self._indexfile` attribute desynchronised from the actual file storing the data. If that same object is reused (as we do for the manifest during clone bundles), this lead to the data being writting in the wrong location and the repository to go corrupt. We not properly reset the attribut when applicable and everything is back in working order.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
50399
83ea6ce48b4f relnotes: add 6.4.1
Raphaël Gomès <rgomes@octobus.net>
parents: 50357
diff changeset
     1
= Mercurial 6.4.1 =
83ea6ce48b4f relnotes: add 6.4.1
Raphaël Gomès <rgomes@octobus.net>
parents: 50357
diff changeset
     2
83ea6ce48b4f relnotes: add 6.4.1
Raphaël Gomès <rgomes@octobus.net>
parents: 50357
diff changeset
     3
 * rhg: fix a bug in path encoding
83ea6ce48b4f relnotes: add 6.4.1
Raphaël Gomès <rgomes@octobus.net>
parents: 50357
diff changeset
     4
 * rhg: don't crash on empty directory names in path_encode, just in case
83ea6ce48b4f relnotes: add 6.4.1
Raphaël Gomès <rgomes@octobus.net>
parents: 50357
diff changeset
     5
 * commands: correct documentation of hg serve’s --ipv6 options
83ea6ce48b4f relnotes: add 6.4.1
Raphaël Gomès <rgomes@octobus.net>
parents: 50357
diff changeset
     6
 * run-tests: remove obsolete coverage check and packaging import (issue6805)
83ea6ce48b4f relnotes: add 6.4.1
Raphaël Gomès <rgomes@octobus.net>
parents: 50357
diff changeset
     7
 * chg: populate CHGHG if not set
83ea6ce48b4f relnotes: add 6.4.1
Raphaël Gomès <rgomes@octobus.net>
parents: 50357
diff changeset
     8
 * match: sort patterns before compiling them into a regex
83ea6ce48b4f relnotes: add 6.4.1
Raphaël Gomès <rgomes@octobus.net>
parents: 50357
diff changeset
     9
 * match: match explicit file using a set
83ea6ce48b4f relnotes: add 6.4.1
Raphaël Gomès <rgomes@octobus.net>
parents: 50357
diff changeset
    10
 * rebase: do not cleanup the working copy when --dry-run is used (issue6802)
83ea6ce48b4f relnotes: add 6.4.1
Raphaël Gomès <rgomes@octobus.net>
parents: 50357
diff changeset
    11
 * sslutil: set context security level for legacy tls testing (issue6760)
83ea6ce48b4f relnotes: add 6.4.1
Raphaël Gomès <rgomes@octobus.net>
parents: 50357
diff changeset
    12
83ea6ce48b4f relnotes: add 6.4.1
Raphaël Gomès <rgomes@octobus.net>
parents: 50357
diff changeset
    13
50357
f14864fffdca relnotes: do 6.4
Raphaël Gomès <rgomes@octobus.net>
parents: 50272
diff changeset
    14
= Mercurial 6.4 =
50272
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    15
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    16
== New Features ==
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    17
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    18
 * There is a new internal merge tool called `internal:union-other-first`.
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    19
   It works like `internal:union` but add other side on top of local.
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    20
 * Pullbundles are enabled by default
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    21
 * delta-find: add a way to control the number of bases tested at the same time
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    22
 * changelog-v2: add a configuration to disable rank computation
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    23
 * debug: add an option to display statistic about a bundling operation
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    24
 * debug: add an option to display statistic about a unbundling operation
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    25
 * delta-find: add a delta-reuse policy that blindly accepts incoming deltas
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    26
 * debug: add debug-revlog-stats command
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    27
 * dirstate: add narrow support to `verify`
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    28
 * verify: also check dirstate
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    29
 * commit: add --draft option to use draft phase
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    30
 * amend: add a --draft option to set phase to draft
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    31
 * debug: add a config to abort update early
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    32
 * rhg: implement checkexec to support weird filesystems
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    33
 * debugshell: allow commands to be specified as a CLI argument
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    34
 * rhg-files: add support for narrow when specifying a revision
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    35
 * rust-narrow: enable narrow support for plain `rhg files`
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    36
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    37
== Bug Fixes ==
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    38
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    39
Aside from the following (unordered) commits which made it through a manual filter, there are a bunch of typing improvements and fixes, removal of deprecated code and general code cleanup.
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    40
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    41
 * lfs: improve an exception message for blob corruption detected on transfer
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    42
 * revlog: use the user facing filename as the display_id for filelogs
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    43
 * rust-status: query fs traversal metadata lazily
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    44
 * shelve: add Shelf.changed_files for resolving changed files in a plugin
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    45
 * demandimport: ensure lazyloaderex sets loader attributes (issue6725)
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    46
 * typing: fix a syntax error in mercurial/cext/bdiff.pyi
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    47
 * cffi: fix a bytes vs str issue on macOS when listing directories
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    48
 * changelog-v2: fix the docket `struct`
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    49
 * schemes: fix a broken check for drive letter conflicts
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    50
 * worker: avoid reading 1 byte at a time from the OS pipe
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    51
 * rust-narrow: fix loop that never loops
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    52
 * setup: Ensure target directory exists with building rust extension
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    53
 * dirstate: invalidate changes when parent-change fails
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    54
 * dirstate: warn about non-explicitly rolledback parent-change
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    55
 * dirstate: write dirstate on successful exit of changing_parents context
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    56
 * largefile: make sure we hold the lock when updating the second dirstate
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    57
 * dirstate: enforce holding the lock while doing any changes
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    58
 * run-tests: stop ignoring venv-installed packages
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    59
 * transaction: run abort callback in all cases
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    60
 * transaction: quietly rollback if no other changes than temporary files
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    61
 * debugrebuilddirstate: double check that no transaction is open
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    62
 * dirstate: do not write an empty dirstate just for backup
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    63
 * locking: take the `wlock` for the full `hg add` duration
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    64
 * locking: take the `wlock` for the full `hg remove` duration
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    65
 * locking: take the `wlock` for the full `hg forget` duration
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    66
 * locking: take the `wlock` for the full `hg addremove` duration
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    67
 * locking: grab the wlock before touching the dirstate in `perfdirstatewrite`
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    68
 * locking: hold the wlock for the full duration of the "keyword demo"
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    69
 * mq: properly take the wlock during the full qfold operation
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    70
 * dirstate: invalidate the dirstate change on transaction failure
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    71
 * status: fix post status writing
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    72
 * status: fix post status invalidation
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    73
 * dirstate: avoid transaction backup/restore if we do not hold the lock
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    74
 * rollback: explicitly skip dirstate rollback when applicable
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    75
 * dirstate-guard: remove the feature
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    76
 * dirstate: make `restorebackup` more robust when it is a noop
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    77
 * dirstate: generalize the dirstate's invalidation on transaction abort
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    78
 * dirstate: detect potential fishy transaction patterns while changing
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    79
 * mq: write the dirstate before stripping
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    80
 * dirstate: explicitly backup the datafile
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    81
 * localrepo: enforce a clean dirstate when the transaction open
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    82
 * localrepo: "blindly" do a dirstate backup at the end of the transaction
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    83
 * dirstate: remove the dedicated backup logic
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    84
 * rhg: fix a bug in path_encode
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    85
 * dirstate: invalidate on all exceptions
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    86
 * large-files: make sure we write newly initialized standin file early
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    87
 * dirstate: warn if dirty when starting an edition
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    88
 * dirstate: track that changes are pending in a transaction
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    89
 * dirstate: distinct transaction callback from largefile
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    90
 * automv: lock the repository before searching for renames
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    91
 * dirstate: only reload the dirstate when it may have changed
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    92
 * dirstate: cleanup the `_map` property cache
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    93
 * status: invalidate dirstate  on LockError
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    94
 * dirstate: check that dirstate is clean at the initial context opening
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    95
 * dirstate: have `running_status` write the dirstate when holding the lock
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    96
 * dirstate: have `running_status` warn when exiting with a dirty dirstate
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    97
 * narrow: widden the lock context in `tracking`
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    98
 * narrow: enforce that narrow spec is written within a transaction
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
    99
 * transaction: no longer explicitly cache phaseroots
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   100
 * transaction: no longer explicitly cache bookmarks
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   101
 * transaction: use the standard transaction mechanism to backup branch
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   102
 * bundlerepo: handle changegroup induced phase movement in the associated method
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   103
 * bundlerepo: apply phase data stored in the bundle instead of assuming `draft`
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   104
 * config-item: declare undeclared path suboption
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   105
 * narrow: read pending file when applicable
50357
f14864fffdca relnotes: do 6.4
Raphaël Gomès <rgomes@octobus.net>
parents: 50272
diff changeset
   106
 * rust: fix building on macOS (issue6801)
f14864fffdca relnotes: do 6.4
Raphaël Gomès <rgomes@octobus.net>
parents: 50272
diff changeset
   107
 * run-tests: fix a crash when using the coverage options
f14864fffdca relnotes: do 6.4
Raphaël Gomès <rgomes@octobus.net>
parents: 50272
diff changeset
   108
 * undo-files: also remove the undo.backupfiles
f14864fffdca relnotes: do 6.4
Raphaël Gomès <rgomes@octobus.net>
parents: 50272
diff changeset
   109
 * undo-files: cleanup backup when cleaning undos
f14864fffdca relnotes: do 6.4
Raphaël Gomès <rgomes@octobus.net>
parents: 50272
diff changeset
   110
 * undo-files: clean existing files up before writing new one
f14864fffdca relnotes: do 6.4
Raphaël Gomès <rgomes@octobus.net>
parents: 50272
diff changeset
   111
 * undo-files: cleanup legacy files when applicable
f14864fffdca relnotes: do 6.4
Raphaël Gomès <rgomes@octobus.net>
parents: 50272
diff changeset
   112
 * dirstate-v2: fix an incorrect handling of readdir errors
f14864fffdca relnotes: do 6.4
Raphaël Gomès <rgomes@octobus.net>
parents: 50272
diff changeset
   113
 * rust: update zstd dependency
f14864fffdca relnotes: do 6.4
Raphaël Gomès <rgomes@octobus.net>
parents: 50272
diff changeset
   114
 * rust: upgrade `rayon` dependency
f14864fffdca relnotes: do 6.4
Raphaël Gomès <rgomes@octobus.net>
parents: 50272
diff changeset
   115
 * dirstate: fix the bug in [status] dealing with committed&ignored directories
f14864fffdca relnotes: do 6.4
Raphaël Gomès <rgomes@octobus.net>
parents: 50272
diff changeset
   116
 * dirstate: fix a potential traceback when in `copy` and `rename`
f14864fffdca relnotes: do 6.4
Raphaël Gomès <rgomes@octobus.net>
parents: 50272
diff changeset
   117
 * histedit: fix diff colors
f14864fffdca relnotes: do 6.4
Raphaël Gomès <rgomes@octobus.net>
parents: 50272
diff changeset
   118
 * cext: fix for PyLong refactoring in CPython 3.12
f14864fffdca relnotes: do 6.4
Raphaël Gomès <rgomes@octobus.net>
parents: 50272
diff changeset
   119
 * py3: fix for Python 3.12 emitting SyntaxWarning on invalid escape sequences
f14864fffdca relnotes: do 6.4
Raphaël Gomès <rgomes@octobus.net>
parents: 50272
diff changeset
   120
 * statprof: with Python 3.12, lineno is (more) often None
f14864fffdca relnotes: do 6.4
Raphaël Gomès <rgomes@octobus.net>
parents: 50272
diff changeset
   121
 * transaction: properly clean up backup file outside of .hg/store/
f14864fffdca relnotes: do 6.4
Raphaël Gomès <rgomes@octobus.net>
parents: 50272
diff changeset
   122
 * transaction: raise on backup restoration error
f14864fffdca relnotes: do 6.4
Raphaël Gomès <rgomes@octobus.net>
parents: 50272
diff changeset
   123
 * revlog: improve the robustness of the splitting process
f14864fffdca relnotes: do 6.4
Raphaël Gomès <rgomes@octobus.net>
parents: 50272
diff changeset
   124
 * debugdeltachain: stop summing the same chain over and over
f14864fffdca relnotes: do 6.4
Raphaël Gomès <rgomes@octobus.net>
parents: 50272
diff changeset
   125
 * url: don't ignore timeout for https connections
f14864fffdca relnotes: do 6.4
Raphaël Gomès <rgomes@octobus.net>
parents: 50272
diff changeset
   126
 * py3: fix for Python 3.12 emitting SyntaxWarning on invalid escape sequences
f14864fffdca relnotes: do 6.4
Raphaël Gomès <rgomes@octobus.net>
parents: 50272
diff changeset
   127
 * tests: accept a test output change in [tests/test-serve.t]
f14864fffdca relnotes: do 6.4
Raphaël Gomès <rgomes@octobus.net>
parents: 50272
diff changeset
   128
 * rust: fix thread cap (for real this time)
f14864fffdca relnotes: do 6.4
Raphaël Gomès <rgomes@octobus.net>
parents: 50272
diff changeset
   129
 * dirstate: try refreshing the changelog when parent are unknown
f14864fffdca relnotes: do 6.4
Raphaël Gomès <rgomes@octobus.net>
parents: 50272
diff changeset
   130
 * hooks: invalidate the repo after the hooks
50272
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   131
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   132
== Backwards Compatibility Changes ==
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   133
 * rust: upgrade supported Rust toolchain version
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   134
 * rust: move all crates in the main workspace to edition 2021
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   135
 * hg-core: upgrade `zstd` dependency
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   136
 * hg-core: upgrade `clap` dependency
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   137
 * hg-core: upgrade all remaining dependencies
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   138
 * hg-cpython: upgrade dependencies
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   139
 * rhg: upgrade `clap` dependency
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   140
 * rhg: upgrade the remainder of the dependencies
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   141
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   142
== Internal API Changes ==
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   143
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   144
 * Many APIs around the dirstate have been made much stricter with regards to
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   145
   locking and transaction handling
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   146
 * Some dirstate APIs have been renamed/removed
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   147
 * In both cases, you should get loud complaints in your tests if you do
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   148
   something wrong.
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   149
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   150
== Miscellaneous ==
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   151
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   152
 * pullbundle support no longer requires setting a server-side option,
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   153
   providing a .hg/pullbundles.manifest according to the syntax specified in
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   154
   'hg help -e clonebundles' is enough.
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   155
 * debug-delta-find: add a --source option
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   156
 * delta-find: add debug information about reuse of cached data
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   157
 * delta-find: set the default candidate chunk size to 10
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   158
 * attr: vendor 22.1.0
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   159
 * configitems: add a default value for "merge-tools.xxx.regappend"
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   160
 * debugrevlog: display total stored information
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   161
 * emitrevision: if we need to compute a delta on the fly, try p1 or p2 first
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   162
 * emitrevision: consider ancestors revision to emit as available base
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   163
 * find-delta: pass the cache-delta usage policy alongside the cache-delta
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   164
 * delta-find: use a smarter object for snapshot caching
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   165
 * delta-find: use sets instead of list in the snapshot cache
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   166
 * delta-find: make sure we only use newer full snapshot as candidate
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   167
 * delta-find: use a single snapshot cache when applying a group to an object
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   168
 * bundleoperation: optionnaly record the `remote` that produced the bundle
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   169
 * bundle: when forcing acceptance of incoming delta also accept snapshot
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   170
 * bundle: emit full snapshot as is, without doing a redelta
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   171
 * pathutil: slightly faster path audit in the common case
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   172
 * merge: don't pay for pathconflicts if there are none
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   173
 * merge: short-circuit the _checkfs loop upon getting ENOENT
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   174
 * merge: disable the whole filesystem access loop if [_realfs] is false
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   175
 * merge: cache the fs checks made during [_checkunknownfiles]
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   176
 * rust: use `logging_timer` instead of `micro_timer`
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   177
 * rust: run `cargo clippy`
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   178
 * makefile: add `cargo clippy` to tests if cargo is available
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   179
 * heptapod-ci: add `clippy` to the CI
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   180
 * convert: use a priority queue for sorting commits, to make sorting faster
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   181
 * delta-find: adjust the default candidate group chunk size
8a65b43457ab relnotes: add 6.4 and empty next
Raphaël Gomès <rgomes@octobus.net>
parents:
diff changeset
   182
 * delta-find: declare the "paths..*:pulled-delta-reuse-policy option