# HG changeset patch # User Boris Feld # Date 1508170589 -7200 # Node ID 46610c85121619f37b3664c481e5ec634e440e71 # Parent 96802496ecc0e244a2fb98279df44649207ccdfd configitems: register the 'web.archivesubrepos' config diff -r 96802496ecc0 -r 46610c851216 mercurial/configitems.py --- a/mercurial/configitems.py Sun Oct 08 22:22:27 2017 +0200 +++ b/mercurial/configitems.py Mon Oct 16 18:16:29 2017 +0200 @@ -954,6 +954,9 @@ coreconfigitem('web', 'allowzip', default=False, ) +coreconfigitem('web', 'archivesubrepos', + default=False, +) coreconfigitem('web', 'cache', default=True, )