mercurial/hgweb.py
changeset 269 24e9e140485f
parent 265 7ca05593bd30
child 271 35acefbf0ae6
--- a/mercurial/hgweb.py	Tue Jun 07 00:03:38 2005 -0800
+++ b/mercurial/hgweb.py	Tue Jun 07 00:04:43 2005 -0800
@@ -113,7 +113,7 @@
         return template(tmpl, self.filters, **map)
         
 class hgweb:
-    maxchanges = 20
+    maxchanges = 10
     maxfiles = 10
 
     def __init__(self, path, name, templates = ""):