changeset 34607:3e6b36ba16ac

configitems: register the 'web.deny_push' config
author Boris Feld <boris.feld@octobus.net>
date Wed, 11 Oct 2017 04:15:08 +0200
parents db935a5ea364
children f12de15c5711
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:14:44 2017 +0200
+++ b/mercurial/configitems.py	Wed Oct 11 04:15:08 2017 +0200
@@ -733,6 +733,9 @@
 coreconfigitem('web', 'contact',
     default=None,
 )
+coreconfigitem('web', 'deny_push',
+    default=list,
+)
 coreconfigitem('web', 'accesslog',
     default='-',
 )