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

Yuya Nishihara yuya at tcha.org
Fri Jun 30 23:25:48 EDT 2017


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?


More information about the Mercurial-devel mailing list