Mercurial > hg
view mercurial/templates/monoblue/graphentry.tmpl @ 35954:386c1e45e671
logcmdutil: drop default arguments from changesetdisplayer/templater() calls
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 21 Jan 2018 14:28:03 +0900 |
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>