diff mercurial/configitems.py @ 47253:4abd474a10af

revlogv2: also keep track for the size of the "data" file This is useful to make sure we always start writing at the right location, without effort. Differential Revision: https://phab.mercurial-scm.org/D10632
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 03 May 2021 12:35:35 +0200
parents 2219853a1503
children eac3591abbf4
line wrap: on
line diff
--- a/mercurial/configitems.py	Mon May 03 12:35:25 2021 +0200
+++ b/mercurial/configitems.py	Mon May 03 12:35:35 2021 +0200
@@ -1156,7 +1156,6 @@
 #      - for stripping operation
 #      - for rollback operation
 # * proper streaming (race free) of the docket file
-# * store the data size in the docket to simplify sidedata rewrite.
 # * track garbage data to evemtually allow rewriting -existing- sidedata.
 # * Exchange-wise, we will also need to do something more efficient than
 #   keeping references to the affected revlogs, especially memory-wise when