--- a/mercurial/configitems.py Fri Jan 18 16:02:26 2019 +0100
+++ b/mercurial/configitems.py Fri Jan 18 16:03:37 2019 +0100
@@ -556,6 +556,9 @@
coreconfigitem('experimental', 'mergetempdirprefix',
default=None,
)
+coreconfigitem('experimental', 'mmapindexthreshold',
+ default=None,
+)
coreconfigitem('experimental', 'narrow',
default=False,
)
@@ -987,10 +990,6 @@
coreconfigitem('push', 'pushvars.server',
default=False,
)
-coreconfigitem('storage', 'mmap-threshold',
- default=None,
- alias=[('experimental', 'mmapindexthreshold')],
-)
coreconfigitem('rewrite', 'backup-bundle',
default=True,
alias=[('ui', 'history-editing-backup')],