templates/filediff.tmpl
author mpm@selenic.com
Wed, 07 Sep 2005 19:30:23 -0700
changeset 1208 4644df4944ff
parent 672 dbe0ce2ae196
child 1410 17703aa4491e
permissions -rw-r--r--
Clean up local clone file list We now use an explicit list of files to copy during clone so that we don't copy anything we shouldn't.

#header#
<title>#repo|escape#: #file# diff</title>
</head>
<body>

<div class="buttons">
<a href="?cmd=changelog;rev=#rev#">changelog</a>
<a href="?cmd=tags">tags</a>
<a href="?cmd=changeset;node=#node#">changeset</a>
<a href="?cmd=file;file=#file#;filenode=#filenode#">file</a>
<a href="?cmd=filelog;file=#file#;filenode=#filenode#">revisions</a>
<a href="?cmd=annotate;file=#file#;filenode=#filenode#">annotate</a>
<a href="?cmd=filediff;file=#file#;node=#node#;style=raw">raw</a>
</div>

<h2>#file#</h2>

<table id="filediffEntry">
<tr>
 <th class="revision">revision #rev#:</th>
 <td class="revision"><a href="?cmd=changeset;node=#node#">#node|short#</a></td>
</tr>
#parent#
</table>

<div id="fileDiff">
#diff#
</div>

#footer#