##// END OF EJS Templates
fileset: add stub for weight-based optimization...
fileset: add stub for weight-based optimization The main purpose of this change is to group basic patterns, which can be mapped to a plain matcher. I'm not so interested in a weight of each function.

File last commit:

r35547:5afe0ca5 default
r38865:7e7e2b2f default
Show More
graphentry.tmpl
9 lines | 309 B | application/x-cheetah | CheetahLexer
<li data-node="{node|short}">
<div class="fg">
<span class="desc">
<a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>
</span>
{alltags}
<div class="info"><span class="age">{date|rfc822date}</span>, by {author|person}</div>
</div>
</li>