configitems: register the 'bookmarks.pushing' config
authorPierre-Yves David <pierre-yves.david@octobus.net>
Fri, 30 Jun 2017 03:28:28 +0200
changeset 33181 640a0760e666
parent 33180 21383dbb3611
child 33182 634997248c97
configitems: register the 'bookmarks.pushing' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Fri Jun 30 03:27:18 2017 +0200
+++ b/mercurial/configitems.py	Fri Jun 30 03:28:28 2017 +0200
@@ -59,6 +59,10 @@
 coreconfigitem('auth', 'cookiefile',
     default=None,
 )
+# bookmarks.pushing: internal hack for discovery
+coreconfigitem('bookmarks', 'pushing',
+    default=list,
+)
 coreconfigitem('color', 'mode',
     default='auto',
 )