comparison rhodecode/templates/files/files_browser.html @ 3496:58905069da21 beta

Speed up of last_changeset extraction in VCS, in edge cases for git we can get 10x speed improvement by limiting the history extraction if we only need last changeset
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 07 Mar 2013 13:46:24 +0100
parents 0065f7fe60f6
children ec6354949623
comparison
equal deleted inserted replaced
3493:64371c42e2f1 3496:58905069da21
87 %endif 87 %endif
88 </td> 88 </td>
89 <td> 89 <td>
90 %if node.is_file(): 90 %if node.is_file():
91 <div class="tooltip" title="${h.tooltip(node.last_changeset.message)}"> 91 <div class="tooltip" title="${h.tooltip(node.last_changeset.message)}">
92 <pre>${'r%s:%s' % (node.last_changeset.revision,node.last_changeset.short_id)}</pre> 92 <pre>${'r%s:%s' % (node.last_changeset.revision,node.last_changeset.short_id)}</pre>
93 </div> 93 </div>
94 %endif 94 %endif
95 </td> 95 </td>
96 <td> 96 <td>
97 %if node.is_file(): 97 %if node.is_file():
98 <span class="tooltip" title="${h.tooltip(h.fmt_date(node.last_changeset.date))}"> 98 <span class="tooltip" title="${h.tooltip(h.fmt_date(node.last_changeset.date))}">