# HG changeset patch # User Pierre-Yves David # Date 1622238298 -7200 # Node ID 8aa3968c6d44668b14e035a7e5b8b6b2e02c2b13 # Parent fad504cfc94b907991a0f015147e88051aa163f4 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 diff -r fad504cfc94b -r 8aa3968c6d44 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?