diff -r fe5202bef5ce -r 945c9816ec1d mercurial/hgweb/hgweb_mod.py --- a/mercurial/hgweb/hgweb_mod.py Fri Jun 30 03:45:50 2017 +0200 +++ b/mercurial/hgweb/hgweb_mod.py Fri Jun 30 03:45:51 2017 +0200 @@ -99,7 +99,7 @@ self.archivespecs = archivespecs self.maxchanges = self.configint('web', 'maxchanges', 10) - self.stripecount = self.configint('web', 'stripes', 1) + self.stripecount = self.configint('web', 'stripes') self.maxshortchanges = self.configint('web', 'maxshortchanges', 60) self.maxfiles = self.configint('web', 'maxfiles', 10) self.allowpull = self.configbool('web', 'allowpull', True)