# HG changeset patch # User Brendan Cully # Date 1159835877 25200 # Node ID a63be0dfa42ee2f4d529bf100ce34e34fd59b192 # Parent e281903c9d3213067e8ce0041ebb654959e5d258 Move raw theme into subdirectory diff -r e281903c9d32 -r a63be0dfa42e templates/changeset-raw.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# diff -r e281903c9d32 -r a63be0dfa42e templates/fileannotate-raw.tmpl --- 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# - - diff -r e281903c9d32 -r a63be0dfa42e templates/filediff-raw.tmpl --- 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# - - diff -r e281903c9d32 -r a63be0dfa42e templates/header-raw.tmpl --- 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 diff -r e281903c9d32 -r a63be0dfa42e templates/map-raw --- 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#' diff -r e281903c9d32 -r a63be0dfa42e templates/raw/changeset.tmpl --- /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# diff -r e281903c9d32 -r a63be0dfa42e templates/raw/fileannotate.tmpl --- /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# + + diff -r e281903c9d32 -r a63be0dfa42e templates/raw/filediff.tmpl --- /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# + + diff -r e281903c9d32 -r a63be0dfa42e templates/raw/header.tmpl --- /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