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