mercurial/templates/paper/shortlogentry.tmpl
author Wagner Bruna <wbruna@softwareexpress.com.br>
Fri, 22 Jul 2011 20:27:40 -0300
branchstable
changeset 14919 d274d80e9671
parent 14046 b24e5a708fad
child 15375 fe9d36a6853e
permissions -rw-r--r--
i18n-pt_BR: synchronized with a934b9249574

 <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 % '<span class="tag">{name|escape}</span> '}{bookmarks % '<span class="tag">{name|escape}</span> '}</td>
 </tr>