##// END OF EJS Templates
configitems: register the 'bookmarks.pushing' config
marmoute -
r33178:640a0760 default
parent child Browse files
Show More
@@ -59,6 +59,10 b' coreconfigitem = getitemregister(coreite'
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 )
General Comments 0
You need to be logged in to leave comments. Login now