changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > home / templates/atom/branchentry.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  <entry>
2  <title>{branch|escape}</title>
3  <link rel="alternate" href="{urlbase}{url|urlescape}rev/{node|short}"/>
4  <id>{urlbase}{url|urlescape}#branch-{node}</id>
5  <updated>{date|rfc3339date}</updated>
6  <published>{date|rfc3339date}</published>
7  <content type="text">{branch|strip|escape}</content>
8  </entry>