diff -r 90a1b62bdc91 -r b045344fe35e mercurial/configitems.py --- a/mercurial/configitems.py Fri Jun 30 03:44:12 2017 +0200 +++ b/mercurial/configitems.py Fri Jun 30 03:44:14 2017 +0200 @@ -134,6 +134,9 @@ coreconfigitem('server', 'preferuncompressed', default=False, ) +coreconfigitem('server', 'uncompressedallowsecret', + default=False, +) coreconfigitem('ui', 'clonebundleprefers', default=list, )