mercurial/configitems.py
changeset 46359 0600e8467101
parent 46334 4b0192f592cf
child 46400 7525e77b5eac
--- a/mercurial/configitems.py	Tue Jan 19 00:20:42 2021 +0100
+++ b/mercurial/configitems.py	Sun Jan 17 23:21:33 2021 +0100
@@ -729,6 +729,18 @@
     b'discovery.randomize',
     default=True,
 )
+# Control the initial size of the discovery sample
+coreconfigitem(
+    b'devel',
+    b'discovery.sample-size',
+    default=200,
+)
+# Control the initial size of the discovery for initial change
+coreconfigitem(
+    b'devel',
+    b'discovery.sample-size.initial',
+    default=100,
+)
 _registerdiffopts(section=b'diff')
 coreconfigitem(
     b'email',