mercurial/templates/paper/shortlogentry.tmpl
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 13 Feb 2014 13:08:50 +0100
changeset 20491 da64679bfc8a
parent 19529 9cef7539c69f
child 25108 09ec4220a839
permissions -rw-r--r--
merge with stable

 <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>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}{bookmarks%changelogtag}</td>
 </tr>