# HG changeset patch # User Dirkjan Ochtman # Date 2009-05-15 08:47:05 # Node ID 8b47efdf40eed33779d6d0acbff6301722a3f1b4 # Parent 4bf90ee588b919d3c59b956b47550b860e4753b4 monoblue: use newer template syntax everywhere diff --git a/templates/monoblue/branches.tmpl b/templates/monoblue/branches.tmpl --- a/templates/monoblue/branches.tmpl +++ b/templates/monoblue/branches.tmpl @@ -1,13 +1,13 @@ -#header# - #repo|escape#: Branches - - +{header} + {repo|escape}: Branches + +
-#entries%branchentry# +{entries%branchentry}
-#footer# +{footer} diff --git a/templates/monoblue/changelog.tmpl b/templates/monoblue/changelog.tmpl --- a/templates/monoblue/changelog.tmpl +++ b/templates/monoblue/changelog.tmpl @@ -1,13 +1,13 @@ -#header# - #repo|escape#: changelog - - +{header} + {repo|escape}: changelog + +
- #entries%changelogentry# + {entries%changelogentry}
-#changenav%naventry# +{changenav%naventry}
-#footer# +{footer} diff --git a/templates/monoblue/changelogentry.tmpl b/templates/monoblue/changelogentry.tmpl --- a/templates/monoblue/changelogentry.tmpl +++ b/templates/monoblue/changelogentry.tmpl @@ -1,6 +1,6 @@ -

#desc|strip|firstline|escape|nonempty# {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}

+

{desc|strip|firstline|escape|nonempty} {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}

    -
  • #date|age# ago
  • -
  • by #author|obfuscate# [#date|rfc822date#] rev #rev#
  • -
  • #desc|strip|escape|addbreaks|nonempty#
  • +
  • {date|age} ago
  • +
  • by {author|obfuscate} [{date|rfc822date}] rev {rev}
  • +
  • {desc|strip|escape|addbreaks|nonempty}
diff --git a/templates/monoblue/changeset.tmpl b/templates/monoblue/changeset.tmpl --- a/templates/monoblue/changeset.tmpl +++ b/templates/monoblue/changeset.tmpl @@ -1,13 +1,13 @@ -#header# +{header} {repo|escape}: changeset {rev}:{node|short} - - + +
-

#desc|strip|escape|firstline|nonempty# {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}

-

#date|age# ago

+

{desc|strip|escape|firstline|nonempty} {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}

+

{date|age} ago

author
-
#author|obfuscate#
+
{author|obfuscate}
date
-
#date|date#
- #branch%changesetbranch# +
{date|date}
+ {branch%changesetbranch}
changeset {rev}
{node|short}
- #parent%changesetparent# - #child%changesetchild# + {parent%changesetparent} + {child%changesetchild}
-

#desc|strip|escape|addbreaks|nonempty#

+

{desc|strip|escape|addbreaks|nonempty}

- #files# + {files}
- #diff# + {diff}
-#footer# +{footer} diff --git a/templates/monoblue/error.tmpl b/templates/monoblue/error.tmpl --- a/templates/monoblue/error.tmpl +++ b/templates/monoblue/error.tmpl @@ -1,13 +1,13 @@ {header} - #repo|escape#: Error - - + {repo|escape}: Error + +
diff --git a/templates/monoblue/fileannotate.tmpl b/templates/monoblue/fileannotate.tmpl --- a/templates/monoblue/fileannotate.tmpl +++ b/templates/monoblue/fileannotate.tmpl @@ -1,13 +1,13 @@ -#header# +{header} {repo|escape}: {file|escape}@{node|short} (annotated) - - + +
-

#file|escape#

-

#date|age# ago

+

{file|escape}

+

{date|age} ago

author
-
#author|obfuscate#
+
{author|obfuscate}
date
-
#date|date#
- #branch%filerevbranch# +
{date|date}
+ {branch%filerevbranch}
changeset {rev}
-
#node|short#
- #parent%fileannotateparent# - #child%fileannotatechild# +
{node|short}
+ {parent%fileannotateparent} + {child%fileannotatechild}
permissions
-
#permissions|permissions#
+
{permissions|permissions}

{desc|strip|escape|addbreaks|nonempty}

@@ -60,4 +60,4 @@ {annotate%annotateline} -#footer# +{footer} diff --git a/templates/monoblue/filediff.tmpl b/templates/monoblue/filediff.tmpl --- a/templates/monoblue/filediff.tmpl +++ b/templates/monoblue/filediff.tmpl @@ -1,13 +1,13 @@ {header} {repo|escape}: diff {file|escape} - - + +