Changeset - 01cf2c9bd7ee
[Not reviewed]
default
0 1 0
*** failed to import extension hggit: No module named hggit - 15 years ago 2010-08-26 22:40:53

added 200 last commits for summary page until issue #29 is resolved
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pylons_app/controllers/summary.py
Show inline comments
 
@@ -87,7 +87,7 @@ class SummaryController(BaseController):
 
            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('-')]
0 comments (0 inline, 0 general)