mercurial/configitems.py
changeset 33183 640a0760e666
parent 33182 21383dbb3611
child 33184 634997248c97
--- 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',
 )