[PATCH 8 of 9] config: register the 'devel.serverrequirecert' config

Pierre-Yves David pierre-yves.david at ens-lyon.org
Sat Jul 1 18:10:13 UTC 2017



On 07/01/2017 05:25 AM, Yuya Nishihara wrote:
> On Thu, 29 Jun 2017 21:33:05 +0200, Pierre-Yves David wrote:
>> # HG changeset patch
>> # User Pierre-Yves David <pierre-yves.david at octobus.net>
>> # Date 1498649548 -7200
>> #      Wed Jun 28 13:32:28 2017 +0200
>> # Node ID 273de5653735bee42ccc887204fc31c14abd79c6
>> # Parent  98715d9b700e2c281ada1b61369433bc19b4427b
>> # EXP-Topic config.register
>> # Available At https://www.mercurial-scm.org/repo/users/marmoute/mercurial/
>> #              hg pull https://www.mercurial-scm.org/repo/users/marmoute/mercurial/ -r 273de5653735
>> config: register the 'devel.serverrequirecert' config
>>
>> diff --git a/mercurial/configitems.py b/mercurial/configitems.py
>> --- a/mercurial/configitems.py
>> +++ b/mercurial/configitems.py
>> @@ -77,6 +77,9 @@ coreconfigitem('devel', 'servercafile',
>>   coreconfigitem('devel', 'serverexactprotocol',
>>       default='',
>>   )
>> +coreconfigitem('devel', 'serverrequirecert',
>> +    default=None,
> 
> Perhaps this should be False?

Yes it should, good catch, I'll send a follow-up soonâ„¢.

Cheers,

-- 
Pierre-Yves David


More information about the Mercurial-devel mailing list