Submitter | phabricator |
---|---|
Date | May 28, 2021, 10:56 p.m. |
Message ID | <differential-rev-PHID-DREV-zjk2mekiwaugyvrzjcwm-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/49100/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -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?