mercurial/templates/paper/shortlogentry.tmpl
branchstable
changeset 18526 9409aeaafdc1
parent 15375 fe9d36a6853e
child 19452 6f5556454edd
equal deleted inserted replaced
18525:462579cbad45 18526:9409aeaafdc1
     1  <tr class="parity{parity}">
     1  <tr class="parity{parity}">
     2   <td class="age">{date|rfc822date}</td>
     2   <td class="age">{date|rfc822date}</td>
     3   <td class="author">{author|person}</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 % '<span class="tag">{name|escape}</span> '}{bookmarks % '<span class="tag">{name|escape}</span> '}</td>
     4   <td class="description"><a href="{url|urlescape}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>
     5  </tr>
     5  </tr>