Mercurial > hg
view templates/atom/error.tmpl @ 8448:0eb8c4df61bd
tests: renamed helper to avoid clash with stdlib repr module
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sun, 17 May 2009 02:31:12 +0200 |
parents | f32af51aaee5 |
children | 1de6e7e1bb9f |
line wrap: on
line source
{header} <!-- Error --> <id>{urlbase}{url}</id> <link rel="self" href="{urlbase}{url}atom-log"/> <link rel="alternate" href="{urlbase}{url}"/> <title>Error</title> <updated>1970-01-01T00:00:00+00:00</updated> <entry> <title>Error</title> <id>http://www.selenic.com/mercurial/#error</id> <author> <name>mercurial</name> </author> <updated>1970-01-01T00:00:00+00:00</updated> <content type="text">{error|escape}</content> </entry> </feed>