Mercurial > hg
view templates/atom/changelogentry.tmpl @ 9811:c92ac5a56f69
buildrpm: enable to start the script from anywhere
Previously the script worked only from the hg root.
author | Gilles Moris <gilles.moris@free.fr> |
---|---|
date | Fri, 06 Nov 2009 09:35:38 +0100 |
parents | 3b93032516b3 |
children |
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|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>