view mercurial/templates/paper/shortlogentry.tmpl @ 38482:5faaa31a6082

hgweb: add archive entries to graph page Changelog page has them, so it makes sense to add them to graph page too.
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 28 Jun 2018 10:50:53 +0800
parents 9acc0360ff67
children
line wrap: on
line source

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