##// END OF EJS Templates
util.termwidth: a file-like object may legitimately lack a fileno() method...
util.termwidth: a file-like object may legitimately lack a fileno() method Spotted in the wild when running a hook while pushing over HTTPS.

File last commit:

r8235:89bc3946 default
r8347:a3826fff default
Show More
shortlogentry.tmpl
5 lines | 323 B | application/x-cheetah | CheetahLexer
<tr class="parity{parity}">
<td class="age">{date|age}</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%changelogtag}</td>
</tr>