##// END OF EJS Templates
test-histedit-fold: remove unnecessary --template...
test-histedit-fold: remove unnecessary --template The template is already set by the logt alias.

File last commit:

r18526:9409aeaa stable
r19391:347ccd93 stable
Show More
shortlogentry.tmpl
5 lines | 426 B | application/x-cheetah | CheetahLexer
<tr class="parity{parity}">
<td class="age">{date|rfc822date}</td>
<td class="author">{author|person}</td>
<td class="description"><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags % '<span class="tag">{name|escape}</span> '}{bookmarks % '<span class="tag">{name|escape}</span> '}</td>
</tr>