templates/atom/changelogentry.tmpl
author Thomas Arendsen Hein <thomas@intevation.de>
Mon, 14 Jan 2008 09:00:23 +0100
changeset 5855 a6ccb957fd07
parent 5270 b962f82cfd61
child 7849 d5662e939893
permissions -rw-r--r--
Solaris compatibility fixes for test-keyword: - do not use /bin/false (yields 255 instead of 1) - do not use "cd -", simply use "cd .." instead.

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