Mercurial > public > mercurial-scm > hg-stable
diff mercurial/hgweb/hgwebdir_mod.py @ 34241:f6d25ffc8b7f
configitems: register the 'web.collapse' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:45:38 +0200 |
parents | cf08aaaea7f0 |
children | 131f8cd2c2b4 |
line wrap: on
line diff
--- a/mercurial/hgweb/hgwebdir_mod.py Fri Jun 30 03:45:37 2017 +0200 +++ b/mercurial/hgweb/hgwebdir_mod.py Fri Jun 30 03:45:38 2017 +0200 @@ -325,7 +325,7 @@ def rawentries(subdir="", **map): descend = self.ui.configbool('web', 'descend', True) - collapse = self.ui.configbool('web', 'collapse', False) + collapse = self.ui.configbool('web', 'collapse') seenrepos = set() seendirs = set() for name, path in self.repos: