changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > home / templates/monoblue/changelogentry.tmpl

changeset 53: d25f982fb8a6
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 20 Jul 2024 22:31:54 -0400
permissions: -rw-r--r--
description: init vc
1 <h3 class="changelog">
2  <a class="title" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">
3  {desc|strip|firstline|escape|nonempty}
4  {alltags}
5  </a>
6 </h3>
7 <ul class="changelog-entry">
8  <li class="age">{date|rfc822date}</li>
9  <li>by <span class="name">{author|obfuscate}</span> <span class="revdate">[{date|rfc822date}] rev {rev}</span></li>
10  <li class="description">{desc|strip|escape|websub|addbreaks|nonempty}</li>
11 </ul>