hgweb: flesh out raw templates
authorBryan O'Sullivan <bos@serpentine.com>
Wed, 28 Nov 2007 08:37:33 -0800
changeset 5559 4fca1b181dd9
parent 5558 7c1a9a21dcd7
child 5560 e78c24011001
hgweb: flesh out raw templates
templates/raw/error.tmpl
templates/raw/map
templates/raw/notfound.tmpl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/raw/error.tmpl	Wed Nov 28 08:37:33 2007 -0800
@@ -0,0 +1,2 @@
+#header#
+error: #error#
--- a/templates/raw/map	Wed Nov 28 08:36:55 2007 -0800
+++ b/templates/raw/map	Wed Nov 28 08:37:33 2007 -0800
@@ -18,4 +18,6 @@
 manifestdirentry = 'drwxr-xr-x {basename}\n'
 manifestfileentry = '{permissions|permissions} {size} {basename}\n'
 index = index.tmpl
+notfound = notfound.tmpl
+error = error.tmpl
 indexentry = '#url#\n'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/raw/notfound.tmpl	Wed Nov 28 08:37:33 2007 -0800
@@ -0,0 +1,2 @@
+#header#
+error: repository #repo# not found