changeset 429:01cf2c9bd7ee

added 200 last commits for summary page until issue #29 is resolved
author *** failed to import extension hggit: No module named hggit
date Thu, 26 Aug 2010 22:40:53 +0200
parents dee0e7eb0370
children 0e8ef6f17203
files pylons_app/controllers/summary.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pylons_app/controllers/summary.py	Thu Aug 26 22:09:55 2010 +0200
+++ b/pylons_app/controllers/summary.py	Thu Aug 26 22:40:53 2010 +0200
@@ -87,7 +87,7 @@
             k = k.replace('"', "'") #for js data compatibilty
             return k
                 
-        for cs in repo:
+        for cs in repo[:200]:#added limit 200 until fix #29 is made
             k = '%s-%s-%s' % (cs.date.timetuple()[0], cs.date.timetuple()[1],
                               cs.date.timetuple()[2])
             timetupple = [int(x) for x in k.split('-')]