Mercurial > hg
view templates/atom/changelogentry.tmpl @ 8300:947cb53dbeed
gpg: fix traceback in revs{} display code
author | Giorgos Keramidas <keramida@ceid.upatras.gr> |
---|---|
date | Wed, 06 May 2009 20:30:46 +0300 |
parents | 89bc3946c8f3 |
children | 5ccca71775e1 |
line wrap: on
line source
<entry> <title>#desc|strip|firstline|strip|escape|nonempty#</title> <id>{urlbase}{url}#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|nonempty#</pre> </div> </content> </entry>