view mercurial/templates/gitweb/changelogentry.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 e9a8a941950a
children
line wrap: on
line source

<div>
 <a class="title" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">
  <span class="age">{date|rfc822date}</span>
  {desc|strip|firstline|escape|nonempty}
  {alltags}
 </a>
</div>
<div class="title_text">
<div class="log_link">
<a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">changeset</a><br/>
</div>
<i>{author|obfuscate} [{date|rfc822date}] rev {rev}</i><br/>
</div>
<div class="log_body description">{desc|strip|escape|websub|nonempty}

</div>