mercurial/templates/paper/shortlogentry.tmpl
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
Sun, 10 Nov 2013 16:48:24 +0900
branchstable
changeset 20003 dcd3c47e464b
parent 19529 9cef7539c69f
child 25108 09ec4220a839
permissions -rw-r--r--
tests: end output lines including path with "(glob)" to pass on Windows

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