view mercurial/templates/spartan/shortlogentry.tmpl @ 22338:8fcd56095d3b

obssmarker: add a bundle2 record with the number of markers added
author Pierre-Yves David <pierre-yves.david@fb.com>
date Mon, 25 Aug 2014 18:10:08 +0200
parents 9409aeaafdc1
children
line wrap: on
line source

<table class="slogEntry parity{parity}">
 <tr>
  <td class="age">{date|rfc822date}</td>
  <td class="author">{author|person}</td>
  <td class="node"><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></td>
 </tr>
</table>