view mercurial/templates/monoblue/graphentry.tmpl @ 48517:99a0b5422cf5

rust: add vcsgraph crate as dependency Preparing the integration of the vcsgraph library, which will provide generic algorithms for computations on version control graphs. Differential Revision: https://phab.mercurial-scm.org/D11945
author pacien <pacien.trangirard@pacien.net>
date Fri, 10 Dec 2021 15:22:24 +0100
parents acd8a2454b47
children
line wrap: on
line source

<li class="parity{parity}" 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>