mercurial/templates/paper/shortlogentry.tmpl
changeset 9999 f91e5630ce7e
parent 8235 89bc3946c8f3
child 13176 895f54a79c6e
equal deleted inserted replaced
9998:4a3c388f8c69 9999:f91e5630ce7e
       
     1  <tr class="parity{parity}">
       
     2   <td class="age">{date|age}</td>
       
     3   <td class="author">{author|person}</td>
       
     4   <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}</td>
       
     5  </tr>