changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > home / templates/rss/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 <item>
2  <title>{inbranch%"{if(name, '[{name|escape}] ')}"}{branches%"{if(name, '[{name|escape}] ')}"}{desc|strip|firstline|strip|escape}</title>
3  <guid isPermaLink="true">{urlbase}{url|urlescape}rev/{node|short}</guid>
4  <link>{urlbase}{url|urlescape}rev/{node|short}</link>
5  <description>
6  <![CDATA[
7  <table>
8  <tr>
9  <th style="text-align:left;">changeset</th>
10  <td>{node|short}</td>
11  </tr>
12  <tr>
13  <th style="text-align:left;">branch</th>
14  <td>{inbranch%"{name|escape}"}{branches%"{name|escape}"}</td>
15  </tr>
16  <tr>
17  <th style="text-align:left;">bookmark</th>
18  <td>{bookmarks%"{name|escape}"}</td>
19  </tr>
20  <tr>
21  <th style="text-align:left;">tag</th>
22  <td>{tags%"{name|escape}"}</td>
23  </tr>
24  <tr>
25  <th style="text-align:left;vertical-align:top;">user</th>
26  <td>{author|obfuscate}</td>
27  </tr>
28  <tr>
29  <th style="text-align:left;vertical-align:top;">description</th>
30  <td>{desc|strip|escape|websub|addbreaks|nonempty}</td>
31  </tr>
32  <tr>
33  <th style="text-align:left;vertical-align:top;">files</th>
34  <td>{files}</td>
35  </tr>
36  </table>
37  ]]>
38  </description>
39  <author>{author|obfuscate}</author>
40  <pubDate>{date|rfc822date}</pubDate>
41 </item>