comparison templates/map-raw @ 1901:c64bef3d7043

use safer string parser for template engine.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Mon, 27 Feb 2006 09:35:43 -0800
parents 03cb6bf43a9b
children c067ee483d2e
comparison
equal deleted inserted replaced
1900:f2815605186e 1901:c64bef3d7043
1 header = header-raw.tmpl 1 header = header-raw.tmpl
2 footer = "" 2 footer = ''
3 changeset = changeset-raw.tmpl 3 changeset = changeset-raw.tmpl
4 difflineplus = "#line#" 4 difflineplus = '#line#'
5 difflineminus = "#line#" 5 difflineminus = '#line#'
6 difflineat = "#line#" 6 difflineat = '#line#'
7 diffline = "#line#" 7 diffline = '#line#'
8 changesetparent = "# parent: #node#" 8 changesetparent = '# parent: #node#'
9 changesetchild = "# child: #node#" 9 changesetchild = '# child: #node#'
10 filenodelink = "" 10 filenodelink = ''
11 filerevision = filerevision-raw.tmpl 11 filerevision = filerevision-raw.tmpl
12 fileline = "#line#" 12 fileline = '#line#'
13 diffblock = "#lines#" 13 diffblock = '#lines#'
14 filediff = filediff-raw.tmpl 14 filediff = filediff-raw.tmpl
15 fileannotate = fileannotate-raw.tmpl 15 fileannotate = fileannotate-raw.tmpl
16 annotateline = "#author#@#rev#: #line#" 16 annotateline = '#author#@#rev#: #line#'