##// END OF EJS Templates
setup.py: use StrictVersion instead of manual comparison
setup.py: use StrictVersion instead of manual comparison

File last commit:

r13176:895f54a7 default
r13594:64a45870 stable
Show More
shortlogentry.tmpl
5 lines | 355 B | application/x-cheetah | CheetahLexer
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 <tr class="parity{parity}">
Matt Mackall
templater: use the parser.py parser to extend the templater syntax
r13176 <td class="age">{age(date)}</td>
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 <td class="author">{author|person}</td>
Matt Mackall
templater: use the parser.py parser to extend the templater syntax
r13176 <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>
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 </tr>