changeset 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
files templates/map-raw
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/templates/map-raw	Fri Feb 03 11:54:12 2006 +0100
+++ b/templates/map-raw	Fri Feb 03 11:54:16 2006 +0100
@@ -1,14 +1,13 @@
 header = header-raw.tmpl
 footer = ""
 changeset = changeset-raw.tmpl
-annotateline = "<tr class="parity#parity#"><td class="annotate"><a href="?cmd=changeset;node=#node#">#author#@#rev#</a></td><td><pre>#line#</pre></td></tr>"
 difflineplus = "#line#"
 difflineminus = "#line#"
 difflineat = "#line#"
 diffline = "#line#"
 changesetparent = "# parent: #node#"
 changesetchild = "# child: #node#"
-filenodelink = "#file|urlescape#"
+filenodelink = ""
 filerevision = filerevision-raw.tmpl
 fileline = "#line#"
 diffblock = "#lines#"