changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > home / templates/spartan/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 <table class="logEntry parity{parity}">
2  <tr>
3  <th class="label"><span class="age">{date|rfc822date}</span>:</th>
4  <th class="firstline">{desc|strip|firstline|escape|nonempty}</th>
5  </tr>
6  <tr>
7  <th class="revision">changeset {rev}:</th>
8  <td class="node"><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
9  </tr>
10  {parent%changelogparent}
11  {child%changelogchild}
12  {changelogtag}
13  <tr>
14  <th class="author">author:</th>
15  <td class="author">{author|obfuscate}</td>
16  </tr>
17  <tr>
18  <th class="date">date:</th>
19  <td class="date">{date|rfc822date}</td>
20  </tr>
21  {ifeq(phase, 'public', '', '<tr>
22  <th class="phase">phase:</th>
23  <td class="phase">{phase|escape}</td>
24  </tr>')}
25  {if(obsolete, succsandmarkers%obsfateentry)}
26  {if(instabilities, whyunstable%whyunstableentry)}
27  <tr>
28  <th class="files"><a href="{url|urlescape}file/{node|short}{sessionvars%urlparameter}">files</a>:</th>
29  <td class="files">{files}</td>
30  </tr>
31 </table>