eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/mercurial/templates/atom/changelogentry.tmpl
changeset 69 c6bca38c1cbf
equal deleted inserted replaced
68:5ff1fc726848 69:c6bca38c1cbf
       
     1  <entry>
       
     2   <title>{desc|strip|firstline|strip|escape|nonempty}</title>
       
     3   <id>{urlbase}{url}#changeset-{node}</id>
       
     4   <link href="{urlbase}{url}rev/{node|short}"/>
       
     5   <author>
       
     6    <name>{author|person|escape}</name>
       
     7    <email>{author|email|obfuscate}</email>
       
     8   </author>
       
     9   <updated>{date|rfc3339date}</updated>
       
    10   <published>{date|rfc3339date}</published>
       
    11   <content type="xhtml">
       
    12    <div xmlns="http://www.w3.org/1999/xhtml">
       
    13     <pre xml:space="preserve">{desc|escape|nonempty}</pre>
       
    14    </div>
       
    15   </content>
       
    16  </entry>