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
--- 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?