mercurial/templates/monoblue/changelogentry.tmpl
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 10 Oct 2023 10:01:57 +0200
changeset 51028 f70ce1aedbcb
parent 35061 e9a8a941950a
permissions -rw-r--r--
manifestrevlog: flag some inconsistency in bundle/union repo inheritance This "work" but still, this is weird, let us point it out.

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