##// END OF EJS Templates
hgweb: set minimum number of revision to display to 1 when revcount is 0...
hgweb: set minimum number of revision to display to 1 when revcount is 0 When revcount goes to 0 nothing is displayed in hgweb. This patch sets revcount to max(revcount, 1).

File last commit:

r13850:1209e1d5 default
r13931:c3372529 default
Show More
filelogentry.tmpl
5 lines | 345 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}{rename%filelogrename}</td>
</tr>