view mercurial/templates/spartan/graphentry.tmpl @ 50814:4a3a9d961561 stable

revlog: fix the naming scheme use by split temporary file The `-s` is now added on the first piece only and the `.i` is added to the index. This match the initially intended naming scheme.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 21 Jul 2023 15:50:56 +0200
parents bb5a03dfd7ff
children
line wrap: on
line source

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