view mercurial/templates/spartan/shortlogentry.tmpl @ 37022:f2b5c2b7d2e5

test-http-protocol: drop an extraneous glob for Windows
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 20 Mar 2018 20:33:37 -0400
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>