Software /
code /
mercurial-template
Annotate
shortlogentry.tmpl @ 0:2f78b9100113 draft
Init.
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Mon, 10 Jul 2023 23:41:04 +0700 |
rev | line source |
---|---|
0 | 1 <tr> |
2 <td class="description"> | |
3 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a> | |
4 {alltags} | |
5 </td> | |
6 <td class="author">{author|person}</td> | |
7 <td class="age">{date|rfc822date}</td> | |
8 </tr> |