##// END OF EJS Templates
pullreport: add a test to show misreporting of visible changeset...
pullreport: add a test to show misreporting of visible changeset The current code ignores all obsolete changesets including the visible one. We add a test showing this behavior before fixing the behavior.

File last commit:

r35547:5afe0ca5 default
r39932:642cbc22 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>