view mercurial/templates/monoblue/changelogentry.tmpl @ 31502:9916b3d579a9

dispatch: use pycompat.maplist to allow summing with args
author Augie Fackler <augie@google.com>
date Sun, 19 Mar 2017 14:17:07 -0400
parents 52305554fd6e
children f9b23fa35cb3
line wrap: on
line source

<h3 class="changelog"><a class="title" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}<span class="logtags"> {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}</span></a></h3>
<ul class="changelog-entry">
    <li class="age">{date|rfc822date}</li>
    <li>by <span class="name">{author|obfuscate}</span> <span class="revdate">[{date|rfc822date}] rev {rev}</span></li>
    <li class="description">{desc|strip|escape|websub|addbreaks|nonempty}</li>
</ul>