diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -134,6 +134,9 @@ coreconfigitem('devel', 'deprec-warn', coreconfigitem('devel', 'disableloaddefaultcerts', default=False, ) +coreconfigitem('devel', 'empty-changegroup', + default=False, +) coreconfigitem('devel', 'legacy.exchange', default=list, )