Mercurial > public > mercurial-scm > hg-stable
diff mercurial/configitems.py @ 33245:28e8983d9ed7
configitems: register the 'format.usefncache' config
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:42:28 +0200 |
parents | fd50788a2d4f |
children | 4d9458e06ef0 |
line wrap: on
line diff
--- a/mercurial/configitems.py Fri Jun 30 03:42:27 2017 +0200 +++ b/mercurial/configitems.py Fri Jun 30 03:42:28 2017 +0200 @@ -125,6 +125,9 @@ coreconfigitem('format', 'obsstore-version', default=None, ) +coreconfigitem('format', 'usefncache', + default=True, +) coreconfigitem('hostsecurity', 'ciphers', default=None, )