comparison mercurial/configitems.py @ 46298:b1ae5383602d

discovery: document the `devel.discovery.randomize` option Gratuitous improvement as I was passing by this config section to add more. Differential Revision: https://phab.mercurial-scm.org/D9797
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sat, 16 Jan 2021 00:21:54 +0100
parents d159d0fafa78
children 397e39ad0174
comparison
equal deleted inserted replaced
46297:82edad33fd81 46298:b1ae5383602d
698 coreconfigitem( 698 coreconfigitem(
699 b'devel', 699 b'devel',
700 b'debug.peer-request', 700 b'debug.peer-request',
701 default=False, 701 default=False,
702 ) 702 )
703 # If discovery.randomize is False, random sampling during discovery are
704 # deterministic. It is meant for integration tests.
703 coreconfigitem( 705 coreconfigitem(
704 b'devel', 706 b'devel',
705 b'discovery.randomize', 707 b'discovery.randomize',
706 default=True, 708 default=True,
707 ) 709 )