##// END OF EJS Templates
added 200 last commits for summary page until issue #29 is resolved
*** failed to import extension hggit: No module named hggit -
r429:01cf2c9b default
parent child Browse files
Show More
@@ -87,7 +87,7 b' class SummaryController(BaseController):'
87 k = k.replace('"', "'") #for js data compatibilty
87 k = k.replace('"', "'") #for js data compatibilty
88 return k
88 return k
89
89
90 for cs in repo:
90 for cs in repo[:200]:#added limit 200 until fix #29 is made
91 k = '%s-%s-%s' % (cs.date.timetuple()[0], cs.date.timetuple()[1],
91 k = '%s-%s-%s' % (cs.date.timetuple()[0], cs.date.timetuple()[1],
92 cs.date.timetuple()[2])
92 cs.date.timetuple()[2])
93 timetupple = [int(x) for x in k.split('-')]
93 timetupple = [int(x) for x in k.split('-')]
General Comments 0
You need to be logged in to leave comments. Login now