##// END OF EJS Templates
revsets: introduce revsingle helper...
revsets: introduce revsingle helper revsingle returns a context for the last revision of the supplied revspec

File last commit:

r9999:f91e5630 default
r12618:0ae35296 default
Show More
changelogentry.tmpl
6 lines | 490 B | application/x-cheetah | CheetahLexer
<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}</span></a></h3>
<ul class="changelog-entry">
<li class="age">{date|age}</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>