view templates/map-raw @ 1682:ca1cda9220d5

fix an exception in gpg.py with multiples sigs for the same cset - silly error, do not overwrite the variable we use for iterating - correct 'hg help sign'
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Wed, 01 Feb 2006 20:20:27 +0100
parents f2ebd5251e88
children 8225bb79649f
line wrap: on
line source

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|escape#</pre></td></tr>"
difflineplus = "#line|escape#"
difflineminus = "#line|escape#"
difflineat = "#line|escape#"
diffline = "#line|escape#"
changesetparent = "# parent: #node#"
changesetchild = "# child: #node#"
filenodelink = "#file|urlescape#"
filerevision = filerevision-raw.tmpl
fileline = "#line|escape#"
diffblock = "#lines#"
filediff = filediff-raw.tmpl