diff -r 4bf90ee588b9 -r 8b47efdf40ee templates/monoblue/filerevision.tmpl --- a/templates/monoblue/filerevision.tmpl Fri May 15 10:46:59 2009 +0200 +++ b/templates/monoblue/filerevision.tmpl Fri May 15 10:47:05 2009 +0200 @@ -1,13 +1,13 @@ -#header# +{header} {repo|escape}: {file|escape}@{node|short} - - + +
-

#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%filerevparent# - #child%filerevchild# +
{node|short}
+ {parent%filerevparent} + {child%filerevchild}
permissions
-
#permissions|permissions#
+
{permissions|permissions}

{desc|strip|escape|addbreaks|nonempty}

- #text%fileline# + {text%fileline}
-#footer# +{footer}