--- a/mercurial/configitems.py Fri Feb 19 11:24:50 2021 +0100
+++ b/mercurial/configitems.py Mon Mar 15 10:57:02 2021 +0100
@@ -1297,6 +1297,14 @@
b'use-persistent-nodemap',
default=False,
)
+# TODO needs to grow a docket file to at least store the last offset of the data
+# file when rewriting sidedata.
+# Will also need a way of dealing with garbage data if we allow rewriting
+# *existing* sidedata.
+# Exchange-wise, we will also need to do something more efficient than keeping
+# references to the affected revlogs, especially memory-wise when rewriting
+# sidedata.
+# Also... compress the sidedata? (this should be coming very soon)
coreconfigitem(
b'format',
b'exp-revlogv2.2',