view templates/atom/tagentry.tmpl @ 6810:8f7a2915170a

localrepo: fix status() typos from 854b907527e5a and 97c12b1ed1e0
author Patrick Mezard <pmezard@gmail.com>
date Sun, 20 Jul 2008 19:09:00 +0200
parents 46c5e1ee8aaa
children d5662e939893
line wrap: on
line source

 <entry>
  <title>#tag|escape#</title>
  <link rel="alternate" href="{urlbase}{url}rev/{node}"/>
  <id>http://www.selenic.com/mercurial/#tag-{node}</id>
  <updated>#date|rfc3339date#</updated>
  <published>#date|rfc3339date#</published>
  <content type="text">#tag|strip|escape#</content>
 </entry>