changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > home / templates/rss/filelogentry.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>{desc|strip|firstline|strip|escape}</title>
3  <link>{urlbase}{url|urlescape}log/{node|short}/{file|urlescape}</link>
4  <description><![CDATA[{desc|strip|escape|websub|addbreaks|nonempty}]]></description>
5  <author>{author|obfuscate}</author>
6  <pubDate>{date|rfc822date}</pubDate>
7 </item>