changeset 33180:21383dbb3611

configitems: register the 'auth.cookiefile' config
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 30 Jun 2017 03:27:18 +0200
parents 95c57596b380
children 640a0760e666
files mercurial/configitems.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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',
 )