mercurial/templates/spartan/map
changeset 29388 f694e20193f2
parent 29387 6b77adc2c7b5
child 29522 9c37df347485
equal deleted inserted replaced
29387:6b77adc2c7b5 29388:f694e20193f2
    54 # is an empty line in the annotated file), which in turn ensures that
    54 # is an empty line in the annotated file), which in turn ensures that
    55 # all table rows have equal height.
    55 # all table rows have equal height.
    56 annotateline = '
    56 annotateline = '
    57   <tr class="parity{parity}{ifeq(node, originalnode, ' thisrev')}">
    57   <tr class="parity{parity}{ifeq(node, originalnode, ' thisrev')}">
    58     <td class="annotate">
    58     <td class="annotate">
    59       <a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}#l{targetline}"
    59       {if(blockhead,
    60          title="{node|short}: {desc|escape|firstline}">{author|user}@{rev}</a>
    60           '<a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}#l{targetline}"
       
    61               title="{node|short}: {desc|escape|firstline}">{author|user}@{rev}</a>',
       
    62           '')}
    61     </td>
    63     </td>
    62     <td>
    64     <td>
    63       <a class="lineno" href="#{lineid}" id="{lineid}">{linenumber}</a>
    65       <a class="lineno" href="#{lineid}" id="{lineid}">{linenumber}</a>
    64     </td>
    66     </td>
    65     <td><pre>&nbsp;{line|escape}</pre></td>
    67     <td><pre>&nbsp;{line|escape}</pre></td>