# HG changeset patch # User *** failed to import extension hggit: No module named hggit # Date 1282855253 -7200 # Node ID 01cf2c9bd7eea1a4d7fd394858b7a987307e4bae # Parent dee0e7eb0370bcf04d20aafdb46e09d011483976 added 200 last commits for summary page until issue #29 is resolved diff -r dee0e7eb0370 -r 01cf2c9bd7ee pylons_app/controllers/summary.py --- 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('-')]