revlogv2: drop "sidedatacompression" from the list of todos
authorPierre-Yves David <pierre-yves.david@octobus.net>
Fri, 28 May 2021 23:44:58 +0200
changeset 47381 8aa3968c6d44
parent 47380 fad504cfc94b
child 47382 d6a52783d2ba
revlogv2: drop "sidedatacompression" from the list of todos This was implemented in c4dbb7636a12 and 07641bafa646, but I forgot to drop it from the todo-list. Differential Revision: https://phab.mercurial-scm.org/D10779
mercurial/configitems.py
--- a/mercurial/configitems.py	Wed Jun 02 10:00:50 2021 +0200
+++ b/mercurial/configitems.py	Fri May 28 23:44:58 2021 +0200
@@ -1160,7 +1160,6 @@
 # * Exchange-wise, we will also need to do something more efficient than
 #   keeping references to the affected revlogs, especially memory-wise when
 #   rewriting sidedata.
-# * sidedata compression
 # * introduce a proper solution to reduce the number of filelog related files.
 # * Improvement to consider
 #   - avoid compression header in chunk using the default compression?