templates/atom/changelogentry.tmpl
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Thu, 27 Nov 2008 18:46:45 +0100
changeset 7437 3cdaac732b2b
parent 5270 b962f82cfd61
child 7849 d5662e939893
permissions -rw-r--r--
tests: fix test results for 07faba78cf5a

 <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>