view mercurial/templates/paper/shortlogentry.tmpl @ 14517:5a931246afc5

test-copy2: add case for moving a missing file
author Adrian Buehlmann <adrian@cadifra.com>
date Thu, 02 Jun 2011 19:43:17 +0200
parents b24e5a708fad
children fe9d36a6853e
line wrap: on
line source

 <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>