Mercurial > hg
view mercurial/templates/atom/error.tmpl @ 41455:8427fea04017 stable
copyright: update to 2019
Differential Revision: https://phab.mercurial-scm.org/D5779
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 31 Jan 2019 13:32:21 +0800 |
parents | 4b0fc75f9403 |
children |
line wrap: on
line source
{header} <!-- Error --> <id>{urlbase}{url|urlescape}</id> <link rel="self" href="{urlbase}{url|urlescape}atom-log"/> <link rel="alternate" href="{urlbase}{url|urlescape}"/> <title>Error</title> <updated>1970-01-01T00:00:00+00:00</updated> <entry> <title>Error</title> <id>https://mercurial-scm.org/#error</id> <author> <name>mercurial</name> </author> <updated>1970-01-01T00:00:00+00:00</updated> <content type="text">{error|escape}</content> </entry> </feed>