diff --git a/templates/changeset.tmpl b/templates/changeset.tmpl --- a/templates/changeset.tmpl +++ b/templates/changeset.tmpl @@ -12,34 +12,38 @@

changeset: #desc|escape|firstline#

- +
- - + + + #parent# #changesettag# - - + + + - - + + + - - + + - - + + - - + + +
changeset #rev#:#node|short#
changeset #rev#:#node|short#
manifest:#manifest|short#
manifest:#manifest|short#
author:#author|obfuscate#
author:#author|obfuscate#
date:#date|date# (#date|age# ago)
date:#date|date# (#date|age# ago)
files:#files#
files:#files#
description:#desc|escape|addbreaks#
description:#desc|escape|addbreaks#
-
+
#diff# -
+ - diff --git a/templates/filediff.tmpl b/templates/filediff.tmpl --- a/templates/filediff.tmpl +++ b/templates/filediff.tmpl @@ -15,16 +15,17 @@

#file#

- +
- - + + + #parent#
revision #rev#:#node|short#
revision #rev#:#node|short#
-
+
#diff# -
+ #footer# diff --git a/templates/header.tmpl b/templates/header.tmpl --- a/templates/header.tmpl +++ b/templates/header.tmpl @@ -26,6 +26,9 @@ a { text-decoration:none; } text-align: right; } +/* Common */ +.pre { font-family: monospace; white-space: pre; } + /* Changelog entries */ .changelogEntry { width: 100%; } .changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; width: 15%;} @@ -36,5 +39,16 @@ a { text-decoration:none; } #tagEntries { list-style: none; margin: 0; padding: 0; } #tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; } #tagEntries .tagEntry span.node { font-family: monospace; } + +/* Changeset entry */ +#changesetEntry { } +#changesetEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; } +#changesetEntry th.files, #changesetEntry th.description { vertical-align: top; } +#changesetDiff ul, #changesetDiff li { list-style: none; margin: 0; padding: 0; } + +/* File diff view */ +#filediffEntry { } +#filediffEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; } +#fileDiff ul, #fileDiff li { list-style: none; margin: 0; padding: 0; } --> diff --git a/templates/map b/templates/map --- a/templates/map +++ b/templates/map @@ -19,18 +19,18 @@ filelog = filelog.tmpl fileline = "
#linenumber# #line|escape#
" filelogentry = filelogentry.tmpl annotateline = "#author|obfuscate#@#rev#
#line|escape#
" -difflineplus = "#line|escape#" -difflineminus = "#line|escape#" -difflineat = "#line|escape#" -diffline = "#line|escape#" -changelogparent = "parent #rev#:#node|short#" -changesetparent = "parent #rev#:#node|short#" +difflineplus = "
  • #line|escape#
  • " +difflineminus = "
  • #line|escape#
  • " +difflineat = "
  • #line|escape#
  • " +diffline = "
  • #line|escape#
  • " +changelogparent = "parent #rev#:#node|short#" +changesetparent = "parent #rev#:#node|short#" filerevparent = "parent:#node|short#" fileannotateparent = "parent:#node|short#" tags = tags.tmpl tagentry = "
  • #node# #tag#
  • " -diffblock = "
    #lines#
    " -changelogtag = "tag: #tag#" -changesettag = "tag: #tag#" -filediffparent = "parent #rev#:#node|short#" +diffblock = "" +changelogtag = "tag:#tag#" +changesettag = "tag:#tag#" +filediffparent = "parent #rev#:#node|short#" filelogparent = "parent #rev#: #node|short#"