##// END OF EJS Templates
hg: rename opts argument to peeropts in clone...
hg: rename opts argument to peeropts in clone This should make it clearer that the options are used with remoteui only and are not used otherwise in hg.clone.

File last commit:

r14046:b24e5a70 default
r14607:bd1acea5 default
Show More
shortlogentry.tmpl
5 lines | 410 B | application/x-cheetah | CheetahLexer
<tr class="parity{parity}">
<td class="age">{date|date}</td>
<td class="author">{author|person}</td>
<td class="description"><a href="{url}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>