Mercurial > public > mercurial-scm > hg-stable
diff mercurial/configitems.py @ 33238:784f2bd96d43
configitems: register the 'format.generaldelta' config
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:42:23 +0200 |
parents | 7043e67cc9b2 |
children | a4f6dee1b9f1 |
line wrap: on
line diff
--- a/mercurial/configitems.py Fri Jun 30 03:42:22 2017 +0200 +++ b/mercurial/configitems.py Fri Jun 30 03:42:23 2017 +0200 @@ -113,6 +113,9 @@ coreconfigitem('format', 'dotencode', default=True, ) +coreconfigitem('format', 'generaldelta', + default=False, +) coreconfigitem('hostsecurity', 'ciphers', default=None, )