##// END OF EJS Templates
doc: Add back quotes around filenames...
doc: Add back quotes around filenames Filenames starting with a dot (.hg and .hgignore) confuse man when creating the ps documentation with "man -t hg >hg.ps" if they are not enclosed in back quotes.

File last commit:

r13176:895f54a7 default
r13344:6367459d default
Show More
shortlogentry.tmpl
5 lines | 355 B | application/x-cheetah | CheetahLexer
<tr class="parity{parity}">
<td class="age">{age(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> '}</td>
</tr>