mercurial/configitems.py
changeset 35261 f392066d127c
parent 35236 5a62910948d2
child 35277 6ba79cf34f5e
--- a/mercurial/configitems.py	Sun Oct 15 18:02:11 2017 +0200
+++ b/mercurial/configitems.py	Tue Oct 17 12:07:24 2017 +0200
@@ -841,6 +841,9 @@
 coreconfigitem('push', 'pushvars.server',
     default=False,
 )
+coreconfigitem('server', 'bookmarks-pushkey-compat',
+    default=True,
+)
 coreconfigitem('server', 'bundle1',
     default=True,
 )