view mercurial/templates/atom/tags.tmpl @ 21786:c85a0c3537b2

mq: define inferrepo in command decorator
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 04 May 2014 22:30:47 -0700
parents 9409aeaafdc1
children
line wrap: on
line source

{header}
 <id>{urlbase}{url|urlescape}</id>
 <link rel="self" href="{urlbase}{url|urlescape}atom-tags"/>
 <link rel="alternate" href="{urlbase}{url|urlescape}tags"/>
 <title>{repo|escape}: tags</title>
 <summary>{repo|escape} tag history</summary>
 <author><name>Mercurial SCM</name></author>
 {latestentry%feedupdated}

{entriesnotip%tagentry}
</feed>