view mercurial/templates/atom/changelogentry.tmpl @ 19726:b3c8c6f2b5c1

parsers: use Py_INCREF safely
author Bryan O'Sullivan <bryano@fb.com>
date Mon, 16 Sep 2013 12:12:37 -0700
parents 9409aeaafdc1
children d70703954a2a
line wrap: on
line source

 <entry>
  <title>{desc|strip|firstline|strip|escape|nonempty}</title>
  <id>{urlbase}{url|urlescape}#changeset-{node}</id>
  <link href="{urlbase}{url|urlescape}rev/{node|short}"/>
  <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|nonempty}</pre>
   </div>
  </content>
 </entry>