mercurial/configitems.py
changeset 35038 6ef744a7df65
parent 35037 da5d5ea7d696
child 35108 8b1c887d52e7
--- a/mercurial/configitems.py	Thu Oct 19 11:43:19 2017 +0200
+++ b/mercurial/configitems.py	Thu Oct 19 11:46:41 2017 +0200
@@ -1010,7 +1010,8 @@
     alias=[('web', 'allowpull')],
     default=True,
 )
-coreconfigitem('web', 'allow_push',
+coreconfigitem('web', 'allow-push',
+    alias=[('web', 'allow_push')],
     default=list,
 )
 coreconfigitem('web', 'allowzip',