diff -r 009130064813 -r 0600e8467101 mercurial/configitems.py --- 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',