Mercurial > public > mercurial-scm > hg
comparison mercurial/configitems.py @ 47270:25ce16bf724b
changelogv2: use a dedicated on disk format for changelogv2
We drop two unused entry. This is mostly a proof of concept before starting to
actually rework the format.
Differential Revision: https://phab.mercurial-scm.org/D10667
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 04 May 2021 11:20:10 +0200 |
parents | 6c84fc9c9a90 |
children | ed0d54b20c5b |
comparison
equal
deleted
inserted
replaced
47269:6be2a7ca4b1d | 47270:25ce16bf724b |
---|---|
1342 alias=[(b'experimental', b'format.compression')], | 1342 alias=[(b'experimental', b'format.compression')], |
1343 ) | 1343 ) |
1344 # Experimental TODOs: | 1344 # Experimental TODOs: |
1345 # | 1345 # |
1346 # * Same as for evlogv2 (but for the reduction of the number of files) | 1346 # * Same as for evlogv2 (but for the reduction of the number of files) |
1347 # * drop the storage of the base | |
1348 # * Improvement to investigate | 1347 # * Improvement to investigate |
1349 # - storing .hgtags fnode | 1348 # - storing .hgtags fnode |
1350 # - storing `rank` of changesets | 1349 # - storing `rank` of changesets |
1351 # - storing branch related identifier | 1350 # - storing branch related identifier |
1352 | 1351 |