diff mercurial/hgweb/hgwebdir_mod.py @ 34244:131f8cd2c2b4

configitems: register the 'web.descend' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 30 Jun 2017 03:45:42 +0200
parents f6d25ffc8b7f
children a6c18628dff1
line wrap: on
line diff
--- a/mercurial/hgweb/hgwebdir_mod.py	Fri Jun 30 03:45:41 2017 +0200
+++ b/mercurial/hgweb/hgwebdir_mod.py	Fri Jun 30 03:45:42 2017 +0200
@@ -324,7 +324,7 @@
 
         def rawentries(subdir="", **map):
 
-            descend = self.ui.configbool('web', 'descend', True)
+            descend = self.ui.configbool('web', 'descend')
             collapse = self.ui.configbool('web', 'collapse')
             seenrepos = set()
             seendirs = set()