view mercurial/templates/paper/filelogentry.tmpl @ 15209:10f85a735601

backout: mark some help verbose
author Matt Mackall <mpm@selenic.com>
date Sat, 08 Oct 2011 13:23:57 -0500
parents b24e5a708fad
children fe9d36a6853e
line wrap: on
line source

 <tr class="parity{parity}">
  <td class="age">{date|date}</td>
  <td class="author">{author|person}</td>
  <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}{rename%filelogrename}</td>
 </tr>