view mercurial/templates/gitweb/graphentry.tmpl @ 50677:b8de54ac5a21

perf: add a perf::stream-generate command This record the time we take to generate a bundle.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 06 Jun 2023 04:09:05 +0200
parents 6c2264732dc5
children
line wrap: on
line source

<li class="parity{parity}" data-node="{node|short}">
 <div class="fg">
  <span class="desc">
   <a class="list" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}"><b>{desc|strip|firstline|escape|nonempty}</b></a>
  </span>
  {alltags}
  <div class="info">{date|age}, by {author|person}</div>
 </div>
</li>