Mercurial > hg
view mercurial/templates/monoblue/graphentry.tmpl @ 50679:8f7e189af9dc
repair: use `is_manifestlog` to recognise manifest revlog
This is simpler that comparing flag, and we want to remove these flags anyway.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 12 Jun 2023 23:24:41 +0200 |
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>