view templates/gitweb/filediff.tmpl @ 3688:d92dad355000

Corrected "waiting for lock on repository FOO held by BAR" message. BAR was the error number and not the locker name. Use repr on BAR, so problems can be detected easier.
author Thomas Arendsen Hein <thomas@intevation.de>
date Mon, 20 Nov 2006 19:55:59 +0100
parents 537a93cafa79
children faf2fa0f3fff
line wrap: on
line source

{header}
<title>{repo|escape}: diff {file|escape}</title>
<link rel="alternate" type="application/rss+xml"
   href="{url}rss-log" title="RSS feed for {repo|escape}">
</head>
<body>

<div class="page_header">
<a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / annotate
</div>

<div class="page_nav">
<a href="{url}summary{sessionvars%urlparameter}">summary</a> |
<a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
<a href="{url}log{sessionvars%urlparameter}">changelog</a> |
<a href="{url}tags{sessionvars%urlparameter}">tags</a> |
<a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">manifest</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> |
diff |
<a href="{url}raw-diff/{node|short}/{file|urlescape}">raw</a><br/>
</div>

<div class="title">{file|escape}</div>

<table>
<tr>
 <td class="metatag">changeset {rev}:</td>
 <td><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
</tr>
{parent%filediffparent}
{child%filediffchild}
<tr>
 <td class="metatag">manifest:</td>
 <td><a href="{url}file/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
</tr>
</table>

<div class="page_body">
<table>
{diff}
</table>
</div>

{footer}