changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > home / templates/atom/bookmarks.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 {header}
2  <id>{urlbase}{url|urlescape}</id>
3  <link rel="self" href="{urlbase}{url|urlescape}atom-bookmarks"/>
4  <link rel="alternate" href="{urlbase}{url|urlescape}bookmarks"/>
5  <title>{repo|escape}: bookmarks</title>
6  <summary>{repo|escape} bookmark history</summary>
7  <author><name>Mercurial SCM</name></author>
8  {lastchange%feedupdated}
9 
10 {entries%bookmarkentry}
11 </feed>