--- a/mercurial/hgweb/hgweb_mod.py Fri May 11 18:41:04 2012 +0200
+++ b/mercurial/hgweb/hgweb_mod.py Sat May 12 15:54:54 2012 +0200
@@ -73,7 +73,8 @@
self.repo = hg.repository(self.repo.ui, self.repo.root)
self.maxchanges = int(self.config("web", "maxchanges", 10))
self.stripecount = int(self.config("web", "stripes", 1))
- self.maxshortchanges = int(self.config("web", "maxshortchanges", 60))
+ self.maxshortchanges = int(self.config("web", "maxshortchanges",
+ 60))
self.maxfiles = int(self.config("web", "maxfiles", 10))
self.allowpull = self.configbool("web", "allowpull", True)
encoding.encoding = self.config("web", "encoding",