##// END OF EJS Templates
rust: fix signature of rustlazyancestors_init() function...
rust: fix signature of rustlazyancestors_init() function Obviously, sizeof(int) != mem::size_of::<usize>() on amd64, though the argument would be passed in 64-bit register anyway.

File last commit:

r35547:5afe0ca5 default
r40493:a91a2837 4.8 stable
Show More
graphentry.tmpl
9 lines | 309 B | application/x-cheetah | CheetahLexer
av6
paper: render changesets server-side on /graph page
r35219 <li data-node="{node|short}">
av6
paper: make actual changeset entries have backgrounds on /graph...
r35547 <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>
av6
paper: render changesets server-side on /graph page
r35219 </li>