templates/paper/filelogentry.tmpl
author Matt Mackall <mpm@selenic.com>
Sat, 20 Dec 2008 16:12:00 -0600
changeset 7531 e9d21bbfd4cc
parent 7411 b71ee3e00e81
child 8235 89bc3946c8f3
permissions -rw-r--r--
Added tag 1.1.1 for changeset 3773e510d433

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