templates/atom/changelogentry.tmpl
author Matt Mackall <mpm@selenic.com>
Thu, 04 Oct 2007 19:47:22 -0500
changeset 5372 6f6aa7f3bc1c
parent 5267 b962f82cfd61
permissions -rw-r--r--
Merge with crew

 <entry>
  <title>#desc|strip|firstline|strip|escape#</title>
  <id>http://www.selenic.com/mercurial/#changeset-{node}</id>
  <link href="{urlbase}{url}rev/{node}"/>
  <author>
   <name>#author|person|escape#</name>
   <email>#author|email|obfuscate#</email>
  </author>
  <updated>#date|rfc3339date#</updated>
  <published>#date|rfc3339date#</published>
  <content type="xhtml">
   <div xmlns="http://www.w3.org/1999/xhtml">
    <pre xml:space="preserve">#desc|escape#</pre>
   </div>
  </content>
 </entry>