comparison mercurial/configitems.py @ 33181:640a0760e666

configitems: register the 'bookmarks.pushing' config
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 30 Jun 2017 03:28:28 +0200
parents 21383dbb3611
children 634997248c97
comparison
equal deleted inserted replaced
33180:21383dbb3611 33181:640a0760e666
57 coreconfigitem = getitemregister(coreitems) 57 coreconfigitem = getitemregister(coreitems)
58 58
59 coreconfigitem('auth', 'cookiefile', 59 coreconfigitem('auth', 'cookiefile',
60 default=None, 60 default=None,
61 ) 61 )
62 # bookmarks.pushing: internal hack for discovery
63 coreconfigitem('bookmarks', 'pushing',
64 default=list,
65 )
62 coreconfigitem('color', 'mode', 66 coreconfigitem('color', 'mode',
63 default='auto', 67 default='auto',
64 ) 68 )
65 coreconfigitem('devel', 'all-warnings', 69 coreconfigitem('devel', 'all-warnings',
66 default=False, 70 default=False,