changeset 33245 | 28e8983d9ed7 |
parent 33244 | fd50788a2d4f |
child 33246 | 4d9458e06ef0 |
--- 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, )