configitems: register the 'auth.cookiefile' config
authorPierre-Yves David <pierre-yves.david@octobus.net>
Fri, 30 Jun 2017 03:27:18 +0200
changeset 33180 21383dbb3611
parent 33179 95c57596b380
child 33181 640a0760e666
configitems: register the 'auth.cookiefile' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Fri Jun 30 03:32:09 2017 +0200
+++ b/mercurial/configitems.py	Fri Jun 30 03:27:18 2017 +0200
@@ -56,6 +56,9 @@
 
 coreconfigitem = getitemregister(coreitems)
 
+coreconfigitem('auth', 'cookiefile',
+    default=None,
+)
 coreconfigitem('color', 'mode',
     default='auto',
 )