diff templates/raw/map @ 8429:4bf90ee588b9

raw: use newer template syntax everywhere
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Fri, 15 May 2009 10:46:59 +0200
parents fb3df69aa785
children 2059be77d4f8
line wrap: on
line diff
--- a/templates/raw/map	Fri May 15 10:46:52 2009 +0200
+++ b/templates/raw/map	Fri May 15 10:46:59 2009 +0200
@@ -2,15 +2,15 @@
 header = ''
 footer = ''
 changeset = changeset.tmpl
-difflineplus = '#line#'
-difflineminus = '#line#'
-difflineat = '#line#'
-diffline = '#line#'
-changesetparent = '# Parent  #node#'
-changesetchild = '# Child   #node#'
+difflineplus = '{line}'
+difflineminus = '{line}'
+difflineat = '{line}'
+diffline = '{line}'
+changesetparent = '# Parent  {node}'
+changesetchild = '# Child   {node}'
 filenodelink = ''
-fileline = '#line#'
-diffblock = '#lines#'
+fileline = '{line}'
+diffblock = '{lines}'
 filediff = filediff.tmpl
 fileannotate = fileannotate.tmpl
 annotateline = '{author|user}@{rev}: {line}'
@@ -20,4 +20,4 @@
 index = index.tmpl
 notfound = notfound.tmpl
 error = error.tmpl
-indexentry = '#url#\n'
+indexentry = '{url}\n'