summaryrefslogtreecommitdiff
path: root/mercurial/templates/paper/shortlogentry.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'mercurial/templates/paper/shortlogentry.tmpl')
-rw-r--r--mercurial/templates/paper/shortlogentry.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/mercurial/templates/paper/shortlogentry.tmpl b/mercurial/templates/paper/shortlogentry.tmpl
new file mode 100644
index 0000000..09e94c0
--- /dev/null
+++ b/mercurial/templates/paper/shortlogentry.tmpl
@@ -0,0 +1,5 @@
+ <tr class="parity{parity}">
+ <td class="age">{date|rfc822date}</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>