comparison templates/map-raw @ 1693:74a5cef971aa

hgweb/templates: remove unused vars from map-raw annotateline contains html and it is unused filenodelink is unused but should be defined
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Fri, 03 Feb 2006 11:54:16 +0100
parents 8225bb79649f
children 03cb6bf43a9b
comparison
equal deleted inserted replaced
1692:8225bb79649f 1693:74a5cef971aa
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 annotateline = "<tr class="parity#parity#"><td class="annotate"><a href="?cmd=changeset;node=#node#">#author#@#rev#</a></td><td><pre>#line#</pre></td></tr>"
5 difflineplus = "#line#" 4 difflineplus = "#line#"
6 difflineminus = "#line#" 5 difflineminus = "#line#"
7 difflineat = "#line#" 6 difflineat = "#line#"
8 diffline = "#line#" 7 diffline = "#line#"
9 changesetparent = "# parent: #node#" 8 changesetparent = "# parent: #node#"
10 changesetchild = "# child: #node#" 9 changesetchild = "# child: #node#"
11 filenodelink = "#file|urlescape#" 10 filenodelink = ""
12 filerevision = filerevision-raw.tmpl 11 filerevision = filerevision-raw.tmpl
13 fileline = "#line#" 12 fileline = "#line#"
14 diffblock = "#lines#" 13 diffblock = "#lines#"
15 filediff = filediff-raw.tmpl 14 filediff = filediff-raw.tmpl