Mercurial > hg
view templates/atom/changelogentry.tmpl @ 9527:b3c13e721593
convert/darcs: handle directory renaming
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Sun, 04 Oct 2009 23:06:14 +0200 |
parents | 5ccca71775e1 |
children | 3b93032516b3 |
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>