author | Boris Feld <boris.feld@octobus.net> |
Sun, 08 Oct 2017 21:41:37 +0200 | |
changeset 34526 | 3999b74b6765 |
parent 34525 | 100f0ddb029b |
child 34527 | d5362671993b |
--- a/mercurial/configitems.py Sun Oct 08 21:41:22 2017 +0200 +++ b/mercurial/configitems.py Sun Oct 08 21:41:37 2017 +0200 @@ -134,6 +134,9 @@ coreconfigitem('devel', 'disableloaddefaultcerts', default=False, ) +coreconfigitem('devel', 'empty-changegroup', + default=False, +) coreconfigitem('devel', 'legacy.exchange', default=list, )