Mercurial > public > mercurial-scm > hg-stable
diff mercurial/configitems.py @ 34828:46610c851216
configitems: register the 'web.archivesubrepos' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Mon, 16 Oct 2017 18:16:29 +0200 |
parents | 96802496ecc0 |
children | 44c4ed4ad032 |
line wrap: on
line diff
--- 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, )