Mercurial > hg-stable
changeset 29997:041a77a223ca
spartan: remove unused templates
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 22 Sep 2016 13:20:06 +0800 |
parents | 9ed9b12d150c |
children | 0c40e64d6154 |
files | mercurial/templates/spartan/map |
diffstat | 1 files changed, 0 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/templates/spartan/map Thu Sep 22 13:19:44 2016 +0800 +++ b/mercurial/templates/spartan/map Thu Sep 22 13:20:06 2016 +0800 @@ -170,21 +170,11 @@ <th class="parent">parent {rev}:</th> <td class="parent"><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> </tr>' -filelogparent = ' - <tr> - <th>parent {rev}:</th> - <td><a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td> - </tr>' filediffchild = ' <tr> <th class="child">child {rev}:</th> <td class="child"><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> </tr>' -filelogchild = ' - <tr> - <th>child {rev}:</th> - <td><a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td> - </tr>' indexentry = ' <tr class="parity{parity}"> <td><a href="{url|urlescape}{sessionvars%urlparameter}">{name|escape}</a></td>