author | Christian Ebert <blacktrash@gmx.net> |
Fri, 04 Jan 2008 18:22:09 +0100 | |
changeset 5815 | 0637d97a8cb4 |
parent 5269 | 46c5e1ee8aaa |
child 5820 | 3a1ffc1da32c |
permissions | -rw-r--r-- |
3353 | 1 |
{header} |
2 |
<title>{repo|escape}: diff {file|escape}</title> |
|
5269
46c5e1ee8aaa
Added support for the Atom syndication format
Robert Bachmann <rbach@rbach.priv.at>
parents:
4467
diff
changeset
|
3 |
<link rel="alternate" type="application/atom+xml" |
46c5e1ee8aaa
Added support for the Atom syndication format
Robert Bachmann <rbach@rbach.priv.at>
parents:
4467
diff
changeset
|
4 |
href="{url}atom-log" title="Atom feed for #repo|escape#"> |
3353 | 5 |
<link rel="alternate" type="application/rss+xml" |
6 |
href="{url}rss-log" title="RSS feed for {repo|escape}"> |
|
7 |
</head> |
|
8 |
<body> |
|
9 |
||
10 |
<div class="page_header"> |
|
4467
faf2fa0f3fff
gitweb: file diff: Display metadata in same order as changeset does
Josef "Jeff" Sipek <jeffpc@josefsipek.net>
parents:
3364
diff
changeset
|
11 |
<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> / diff |
3353 | 12 |
</div> |
13 |
||
14 |
<div class="page_nav"> |
|
3363
ce8f31e0b3b8
hgweb: Apply the new method of passing session variables to links.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3353
diff
changeset
|
15 |
<a href="{url}summary{sessionvars%urlparameter}">summary</a> | |
ce8f31e0b3b8
hgweb: Apply the new method of passing session variables to links.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3353
diff
changeset
|
16 |
<a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> | |
ce8f31e0b3b8
hgweb: Apply the new method of passing session variables to links.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3353
diff
changeset
|
17 |
<a href="{url}log{sessionvars%urlparameter}">changelog</a> | |
ce8f31e0b3b8
hgweb: Apply the new method of passing session variables to links.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3353
diff
changeset
|
18 |
<a href="{url}tags{sessionvars%urlparameter}">tags</a> | |
ce8f31e0b3b8
hgweb: Apply the new method of passing session variables to links.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3353
diff
changeset
|
19 |
<a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">manifest</a> | |
ce8f31e0b3b8
hgweb: Apply the new method of passing session variables to links.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3353
diff
changeset
|
20 |
<a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> | |
ce8f31e0b3b8
hgweb: Apply the new method of passing session variables to links.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3353
diff
changeset
|
21 |
<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a> | |
ce8f31e0b3b8
hgweb: Apply the new method of passing session variables to links.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3353
diff
changeset
|
22 |
<a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">revisions</a> | |
3364
537a93cafa79
Fixed typo in gitweb templates.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3363
diff
changeset
|
23 |
<a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a> | |
3353 | 24 |
diff | |
25 |
<a href="{url}raw-diff/{node|short}/{file|urlescape}">raw</a><br/> |
|
26 |
</div> |
|
27 |
||
28 |
<div class="title">{file|escape}</div> |
|
29 |
||
30 |
<table> |
|
31 |
<tr> |
|
4467
faf2fa0f3fff
gitweb: file diff: Display metadata in same order as changeset does
Josef "Jeff" Sipek <jeffpc@josefsipek.net>
parents:
3364
diff
changeset
|
32 |
<td>changeset {rev}</td> |
faf2fa0f3fff
gitweb: file diff: Display metadata in same order as changeset does
Josef "Jeff" Sipek <jeffpc@josefsipek.net>
parents:
3364
diff
changeset
|
33 |
<td style="font-family:monospace"><a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td></tr> |
3353 | 34 |
{parent%filediffparent} |
35 |
{child%filediffchild} |
|
36 |
</table> |
|
37 |
||
4467
faf2fa0f3fff
gitweb: file diff: Display metadata in same order as changeset does
Josef "Jeff" Sipek <jeffpc@josefsipek.net>
parents:
3364
diff
changeset
|
38 |
<div class="list_head"></div> |
faf2fa0f3fff
gitweb: file diff: Display metadata in same order as changeset does
Josef "Jeff" Sipek <jeffpc@josefsipek.net>
parents:
3364
diff
changeset
|
39 |
|
3353 | 40 |
<div class="page_body"> |
41 |
{diff} |
|
42 |
</div> |
|
43 |
||
44 |
{footer} |