# HG changeset patch # User Sune Foldager # Date 2009-02-10 13:21:27 # Node ID f32af51aaee5ded9ac0d8cb65a3fae77c1178285 # Parent 09bec6fd747cbf3fb018dfeba9506b3df4fd8a3e hgweb: add atom error template diff --git a/templates/atom/error.tmpl b/templates/atom/error.tmpl new file mode 100644 --- /dev/null +++ b/templates/atom/error.tmpl @@ -0,0 +1,17 @@ +{header} + + {urlbase}{url} + + + Error + 1970-01-01T00:00:00+00:00 + + Error + http://www.selenic.com/mercurial/#error + + mercurial + + 1970-01-01T00:00:00+00:00 + {error|escape} + + diff --git a/templates/atom/map b/templates/atom/map --- a/templates/atom/map +++ b/templates/atom/map @@ -8,3 +8,4 @@ filelog = filelog.tmpl filelogentry = filelogentry.tmpl tags = tags.tmpl tagentry = tagentry.tmpl +error = error.tmpl