view mercurial/templates/monoblue/changelogentry.tmpl @ 52015:f9f41b3dcb64 default tip

ci: only use the macOS runner if manually invoked Right now, we only have a single machine with a single runner, so don't create a bottleneck by default.
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 14 Oct 2024 12:12:34 -0400
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>