view mercurial/templates/paper/graphentry.tmpl @ 51801:62b25293b620 default tip

typing: correct a type hint in `mercurial.manifest` Obvious typo that was flagged by PyCharm.
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 14 Aug 2024 03:25:16 -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>