Mercurial > hg
changeset 47381:8aa3968c6d44
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
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 28 May 2021 23:44:58 +0200 |
parents | fad504cfc94b |
children | d6a52783d2ba |
files | mercurial/configitems.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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?