##// END OF EJS Templates
branchmap: Add a test about writing branchmap and aborted transaction...
branchmap: Add a test about writing branchmap and aborted transaction It turn out that we update the branchmap on disk whenever we recompute it… including in a middle of a transaction. This means writing the new branchmap too early (the changeset are not visible yet) and worse… it mean writing branchmap for transaction we rollback. so we introduce a test to highlight the issue (and prevent it to regress in the future). Differential Revision: https://phab.mercurial-scm.org/D12126

File last commit:

r49515:7ee07e1a default
r49524:6ed7ee9f stable
Show More
next
22 lines | 319 B | text/plain | TextLexer
Martin von Zweigbergk
releasenotes: add a file in which to record release notes...
r42457 == New Features ==
bookmarks: move the `mirror` option to the `paths` section...
r49056
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: clear next release notes...
r49123 Mercurial XXX.
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
Manuel Jacob
relnotes: add release notes for relevant changes I did since the 5.4 release...
r45764 == Bug 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 Miscellaneous: