# HG changeset patch # User Pierre-Yves David # Date 1498786108 -7200 # Node ID 640a0760e666f498645702b5aadcde572defee30 # Parent 21383dbb3611a318bc52855114c1a1972cdfa301 configitems: register the 'bookmarks.pushing' config diff -r 21383dbb3611 -r 640a0760e666 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', )