author | Boris Feld <boris.feld@octobus.net> |
Mon, 16 Oct 2017 18:16:29 +0200 | |
changeset 34828 | 46610c851216 |
parent 34827 | 96802496ecc0 |
child 34829 | 120c5c155ba4 |
--- 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, )