changeset 3228:a63be0dfa42e

Move raw theme into subdirectory
author Brendan Cully <brendan@kublai.com>
date Mon, 02 Oct 2006 17:37:57 -0700
parents e281903c9d32
children f7a8228fde17
files 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
diffstat 5 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/templates/map-raw
+++ b/templates/map-raw
@@ -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 @@ filenodelink = ''
 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#'
rename from templates/changeset-raw.tmpl
rename to templates/raw/changeset.tmpl
rename from templates/fileannotate-raw.tmpl
rename to templates/raw/fileannotate.tmpl
rename from templates/filediff-raw.tmpl
rename to templates/raw/filediff.tmpl
rename from templates/header-raw.tmpl
rename to templates/raw/header.tmpl