diff mercurial/configitems.py @ 44014:8042856c90b6

rust-index: add a `experimental.rust.index` option to use the wrapper Now we can start putting this wrapper on the test and benchmark grill. Differential Revision: https://phab.mercurial-scm.org/D7660
author Georges Racinet <georges.racinet@octobus.net>
date Thu, 12 Dec 2019 18:31:17 +0100
parents 8caec25f5d8f
children 5962fd0d1045
line wrap: on
line diff
--- a/mercurial/configitems.py	Wed Dec 11 18:10:20 2019 +0100
+++ b/mercurial/configitems.py	Thu Dec 12 18:31:17 2019 +0100
@@ -657,6 +657,9 @@
     b'experimental', b'revisions.disambiguatewithin', default=None,
 )
 coreconfigitem(
+    b'experimental', b'rust.index', default=False,
+)
+coreconfigitem(
     b'experimental', b'server.filesdata.recommended-batch-size', default=50000,
 )
 coreconfigitem(