changeset 33246 | 4d9458e06ef0 |
parent 33245 | 28e8983d9ed7 |
child 33247 | 4d5d493ea54a |
--- a/mercurial/configitems.py Fri Jun 30 03:42:28 2017 +0200 +++ b/mercurial/configitems.py Fri Jun 30 03:42:29 2017 +0200 @@ -128,6 +128,9 @@ coreconfigitem('format', 'usefncache', default=True, ) +coreconfigitem('format', 'usegeneraldelta', + default=True, +) coreconfigitem('hostsecurity', 'ciphers', default=None, )