view templates/atom/tagentry.tmpl @ 5432:0d154bce2341

osutil: Solaris build fix
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 09 Oct 2007 08:39:37 -0700
parents 46c5e1ee8aaa
children
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>