##// END OF EJS Templates
relnotes: update next...
relnotes: update next Differential Revision: https://phab.mercurial-scm.org/D11448

File last commit:

r48792:bad66df9 stable
r48792:bad66df9 stable
Show More
next
41 lines | 1.0 KiB | text/plain | TextLexer
Martin von Zweigbergk
releasenotes: add a file in which to record release notes...
r42457 == New Features ==
Raphaël Gomès
relnotes: update next...
r48792 * `debugrebuildfncache` now has an option to rebuild only the index files
Martin von Zweigbergk
config: add --source option to include source of value...
r47837
Joerg Sonnenberger
branchmap: avoid ancestor computations in absence of non-continous branches...
r46880
relnode: document the move to `zstd` as default compression...
r47762 == Default Format Change ==
These changes affects newly created repositories (or new clone) done with
Raphaël Gomès
relnotes: update next...
r48792 Mercurial 6.0.
relnode: document the move to `zstd` as default compression...
r47762
relnote: document the use of persistent-nodemap by default for Rust build...
r47763
Martin von Zweigbergk
copy: add experimental support for marking committed copies...
r44847 == New Experimental Features ==
Martin von Zweigbergk
revset: add a revset for parents in merge state...
r44817
Raphaël Gomès
relnotes: update next...
r48792 * Added a new `web.full-garbage-collection-rate` to control performance. See
de2e04fe4897a554b9ef433167f11ea4feb2e09c for more information
Manuel Jacob
relnotes: add release notes for relevant changes I did since the 5.4 release...
r45764
== Bug Fixes ==
Raphaël Gomès
relnotes: update next...
r48792 * `hg fix --working-dir` now correctly works when in an uncommitted merge state
* `rhg` (Rust fast-path for `hg`) now supports the full config list syntax
* `rhg` now parses some corner-cases for revsets correctly
* Lots of Windows fixes
* Lots of miscellaneous other fixes
Manuel Jacob
relnotes: make spacing before new section consistent...
r45762
Martin von Zweigbergk
releasenotes: add a file in which to record release notes...
r42457 == Backwards Compatibility Changes ==
Martin von Zweigbergk
debugmergestate: make templated...
r44880
Martin von Zweigbergk
releasenotes: add a file in which to record release notes...
r42457 == Internal API Changes ==
Raphaël Gomès
relnotes: update next...
r48792 The following functions have been removed:
relnotes: document the change in the dirstate API...
r48558
Raphaël Gomès
relnotes: update next...
r48792 * `dirstate.normal`
* `dirstate.normallookup`
* `dirstate.otherparent`
* `dirstate.add`
* `dirstate.remove`
* `dirstate.drop`
* `dirstate.__getitem__`
relnotes: document the change in the dirstate API...
r48558
Raphaël Gomès
relnotes: update next...
r48792 Miscellaneous:
relnotes: document the change in the dirstate API...
r48558
Raphaël Gomès
relnotes: update next...
r48792 * `wireprotov1peer`'s `batchable` is now a simple function and not a generator
anymore