changeset 34603:cc5445ced177

configitems: register the 'web.allow_push' config
author Boris Feld <boris.feld@octobus.net>
date Wed, 11 Oct 2017 04:14:01 +0200
parents 56816cfc4951
children dcd6b6625e98
files mercurial/configitems.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/configitems.py	Wed Oct 11 04:12:50 2017 +0200
+++ b/mercurial/configitems.py	Wed Oct 11 04:14:01 2017 +0200
@@ -721,6 +721,9 @@
 coreconfigitem('web', 'allowpull',
     default=True,
 )
+coreconfigitem('web', 'allow_push',
+    default=list,
+)
 coreconfigitem('web', 'accesslog',
     default='-',
 )