Move raw theme into subdirectory
authorBrendan Cully <brendan@kublai.com>
Mon, 02 Oct 2006 17:37:57 -0700
changeset 3236 a63be0dfa42e
parent 3235 e281903c9d32
child 3237 f7a8228fde17
Move raw theme into subdirectory
templates/changeset-raw.tmpl
templates/fileannotate-raw.tmpl
templates/filediff-raw.tmpl
templates/header-raw.tmpl
templates/map-raw
templates/raw/changeset.tmpl
templates/raw/fileannotate.tmpl
templates/raw/filediff.tmpl
templates/raw/header.tmpl
--- a/templates/changeset-raw.tmpl	Mon Oct 02 17:35:41 2006 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-#header#
-# HG changeset patch
-# User #author#
-# Date #date|hgdate#
-# Node ID #node#
-#parent%changesetparent#
-#desc#
-
-#diff#
--- a/templates/fileannotate-raw.tmpl	Mon Oct 02 17:35:41 2006 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-#header#
-#annotate%annotateline#
-#footer#
-
-
--- a/templates/filediff-raw.tmpl	Mon Oct 02 17:35:41 2006 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-#header#
-#diff#
-#footer#
-
-
--- a/templates/header-raw.tmpl	Mon Oct 02 17:35:41 2006 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-Content-type: text/plain
--- a/templates/map-raw	Mon Oct 02 17:35:41 2006 -0700
+++ b/templates/map-raw	Mon Oct 02 17:37:57 2006 -0700
@@ -1,6 +1,6 @@
-header = header-raw.tmpl
+header = raw/header.tmpl
 footer = ''
-changeset = changeset-raw.tmpl
+changeset = raw/changeset.tmpl
 difflineplus = '#line#'
 difflineminus = '#line#'
 difflineat = '#line#'
@@ -11,6 +11,6 @@
 filerevision = '#rawfileheader##raw#'
 fileline = '#line#'
 diffblock = '#lines#'
-filediff = filediff-raw.tmpl
-fileannotate = fileannotate-raw.tmpl
+filediff = raw/filediff.tmpl
+fileannotate = raw/fileannotate.tmpl
 annotateline = '#author#@#rev#: #line#'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/raw/changeset.tmpl	Mon Oct 02 17:37:57 2006 -0700
@@ -0,0 +1,9 @@
+#header#
+# HG changeset patch
+# User #author#
+# Date #date|hgdate#
+# Node ID #node#
+#parent%changesetparent#
+#desc#
+
+#diff#
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/raw/fileannotate.tmpl	Mon Oct 02 17:37:57 2006 -0700
@@ -0,0 +1,5 @@
+#header#
+#annotate%annotateline#
+#footer#
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/raw/filediff.tmpl	Mon Oct 02 17:37:57 2006 -0700
@@ -0,0 +1,5 @@
+#header#
+#diff#
+#footer#
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/raw/header.tmpl	Mon Oct 02 17:37:57 2006 -0700
@@ -0,0 +1,1 @@
+Content-type: text/plain