view mercurial/templates/monoblue/changelogentry.tmpl @ 18204:1b4a78f87eff stable

Added tag 2.4.2 for changeset a4765077b65e
author Matt Mackall <mpm@selenic.com>
date Wed, 02 Jan 2013 00:07:40 -0600
parents fe9d36a6853e
children 9409aeaafdc1
line wrap: on
line source

<h3 class="changelog"><a class="title" href="{url}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|addbreaks|nonempty}</li>
</ul>