mercurial/templates/monoblue/changelogentry.tmpl
author Adrian Buehlmann <adrian@cadifra.com>
Mon, 02 May 2011 00:04:49 +0200
changeset 14160 a881a058823c
parent 14046 b24e5a708fad
child 15375 fe9d36a6853e
permissions -rw-r--r--
hgrc.5: mention new 'case collision' handling for ui.portablefilenames

<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|date}</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>