# HG changeset patch # User Benoit Boissinot # Date 1138964056 -3600 # Node ID 74a5cef971aa95f00c6ddfca7c8f84dacd3690db # Parent 8225bb79649f721ccc183ae817b98bac07a38937 hgweb/templates: remove unused vars from map-raw annotateline contains html and it is unused filenodelink is unused but should be defined diff -r 8225bb79649f -r 74a5cef971aa templates/map-raw --- 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 = "#author#@#rev#
#line#
" 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#"