view mercurial/templates/paper/graphentry.tmpl @ 48462:5bc3ce09c872

test: simplify `debugformat` matching in test-copies-chain-merge This will make the test less sensible to unrelated format changing. Differential Revision: https://phab.mercurial-scm.org/D11893
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 07 Dec 2021 23:49:35 +0100
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>