Mercurial > hg
view mercurial/templates/paper/graphentry.tmpl @ 44706:ce126b6bea79
manifest: remove a final 40-byte assumption from pure-python parser
Differential Revision: https://phab.mercurial-scm.org/D8372
author | Augie Fackler <augie@google.com> |
---|---|
date | Thu, 02 Apr 2020 16:24:34 -0400 |
parents | 5afe0ca59b07 |
children |
line wrap: on
line source
<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>