mercurial/templates/monoblue/changelogentry.tmpl
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 27 Sep 2024 15:53:56 +0200
branchstable
changeset 51687 7ff35f1290c0
parent 35084 e9a8a941950a
permissions -rw-r--r--
run-tests: ensure that --no-rust do not use rust Since having a valid value in HGWITHRUSTEXT is enough to trigger the use of rust, we need to unset it before install to be sure.

<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>