Mercurial > hg
view templates/atom/error.tmpl @ 7919:3e6206967570
Backed out changeset 490e40816cbd
The difference came from a configuration difference (network unreachable vs.
connection refused), not from an OS change.
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Mon, 30 Mar 2009 01:23:01 +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>