diff mercurial/hgweb/hgweb_mod.py @ 16683:525fdb738975

cleanup: eradicate long lines
author Brodie Rao <brodie@sf.io>
date Sat, 12 May 2012 15:54:54 +0200
parents f6a737357195
children d94c470c3deb
line wrap: on
line diff
--- 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",