Mercurial > hg
changeset 34751:bbeaa5415266
configitems: register the 'hgweb-paths' section
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Thu, 12 Oct 2017 00:44:45 +0200 |
parents | caf6c446cbe3 |
children | b811f06b144d |
files | mercurial/configitems.py |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/configitems.py Fri Oct 13 21:32:29 2017 +0200 +++ b/mercurial/configitems.py Thu Oct 12 00:44:45 2017 +0200 @@ -454,6 +454,10 @@ default=dynamicdefault, generic=True, ) +coreconfigitem('hgweb-paths', '.*', + default=list, + generic=True, +) coreconfigitem('hostfingerprints', '.*', default=list, generic=True,