Mercurial > hg
changeset 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 | 120c5c155ba4 |
files | mercurial/configitems.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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, )