# HG changeset patch # User Boris Feld # Date 2017-10-16 16:16:29 # Node ID 46610c85121619f37b3664c481e5ec634e440e71 # Parent 96802496ecc0e244a2fb98279df44649207ccdfd configitems: register the 'web.archivesubrepos' config diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -954,6 +954,9 @@ coreconfigitem('web', 'allow_push', coreconfigitem('web', 'allowzip', default=False, ) +coreconfigitem('web', 'archivesubrepos', + default=False, +) coreconfigitem('web', 'cache', default=True, )