view mercurial/templates/monoblue/changelogentry.tmpl @ 52001:3af11f3e9980 default tip

zeroconf: fix a warning about a signature mismatch in a method override Caught by PyCharm. It looks like the `hdr` arg is mostly unused (thus why it was missing in some cases), so pass along an empty string where needed.
author Matt Harbison <matt_harbison@yahoo.com>
date Sun, 13 Oct 2024 14:46:23 +0200
parents e9a8a941950a
children
line wrap: on
line source

<h3 class="changelog">
    <a class="title" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">
        {desc|strip|firstline|escape|nonempty}
        {alltags}
    </a>
</h3>
<ul class="changelog-entry">
    <li class="age">{date|rfc822date}</li>
    <li>by <span class="name">{author|obfuscate}</span> <span class="revdate">[{date|rfc822date}] rev {rev}</span></li>
    <li class="description">{desc|strip|escape|websub|addbreaks|nonempty}</li>
</ul>