Mercurial > hg
view templates/atom/error.tmpl @ 9395:163e79e2ed5f
hghave: check for case insensitive filesystem in current dir
check was done on TEMP
author | Simon Heimberg <simohe@besonet.ch> |
---|---|
date | Fri, 07 Aug 2009 15:34:54 +0200 |
parents | 1de6e7e1bb9f |
children |
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://mercurial.selenic.com/#error</id> <author> <name>mercurial</name> </author> <updated>1970-01-01T00:00:00+00:00</updated> <content type="text">{error|escape}</content> </entry> </feed>