Mercurial > public > mercurial-scm > hg-stable
diff mercurial/hgweb/hgwebdir_mod.py @ 34245:a6c18628dff1
configitems: register the 'web.description' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:45:43 +0200 |
parents | 131f8cd2c2b4 |
children | 344fd1fe237b |
line wrap: on
line diff
--- a/mercurial/hgweb/hgwebdir_mod.py Fri Jun 30 03:45:42 2017 +0200 +++ b/mercurial/hgweb/hgwebdir_mod.py Fri Jun 30 03:45:43 2017 +0200 @@ -428,7 +428,7 @@ continue contact = get_contact(get) - description = get("web", "description", "") + description = get("web", "description") seenrepos.add(name) name = get("web", "name", name) row = {'contact': contact or "unknown",