Mercurial > hg
view templates/spartan/filediff.tmpl @ 9818:72d670c43f6e
patchbomb: normalize date format in generated mboxes
mbox format should use time.asctime(). Unfortunately, this function writes
2-characters day of week on Windows while unix one writes a single character.
Normalize to Windows version since the other one can hardly be written with
strftime().
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Sun, 08 Nov 2009 18:08:24 +0100 |
parents | 5c1aabc58004 |
children |
line wrap: on
line source
{header} <title>{repo|escape}: {file|escape} diff</title> </head> <body> <div class="buttons"> <a href="{url}log/{rev}{sessionvars%urlparameter}">changelog</a> <a href="{url}shortlog/{rev}{sessionvars%urlparameter}">shortlog</a> <a href="{url}graph{sessionvars%urlparameter}">graph</a> <a href="{url}tags{sessionvars%urlparameter}">tags</a> <a href="{url}branches{sessionvars%urlparameter}">branches</a> <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a> <a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">revisions</a> <a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a> <a href="{url}raw-diff/{node|short}/{file|urlescape}">raw</a> </div> <h2>{file|escape}</h2> <table id="filediffEntry"> <tr> <th class="revision">revision {rev}:</th> <td class="revision"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> </tr> {parent%filediffparent} {child%filediffchild} </table> <div id="fileDiff"> {diff} </div> {footer}