author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
Sat, 10 Mar 2007 23:00:45 -0300 | |
changeset 4185 | 51ee2868a571 |
parent 3364 | 537a93cafa79 |
child 4467 | faf2fa0f3fff |
permissions | -rw-r--r-- |
3353 | 1 |
{header} |
2 |
<title>{repo|escape}: diff {file|escape}</title> |
|
3 |
<link rel="alternate" type="application/rss+xml" |
|
4 |
href="{url}rss-log" title="RSS feed for {repo|escape}"> |
|
5 |
</head> |
|
6 |
<body> |
|
7 |
||
8 |
<div class="page_header"> |
|
3363
ce8f31e0b3b8
hgweb: Apply the new method of passing session variables to links.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3353
diff
changeset
|
9 |
<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 |
3353 | 10 |
</div> |
11 |
||
12 |
<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
|
13 |
<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
|
14 |
<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
|
15 |
<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
|
16 |
<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
|
17 |
<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
|
18 |
<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
|
19 |
<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
|
20 |
<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
|
21 |
<a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a> | |
3353 | 22 |
diff | |
23 |
<a href="{url}raw-diff/{node|short}/{file|urlescape}">raw</a><br/> |
|
24 |
</div> |
|
25 |
||
26 |
<div class="title">{file|escape}</div> |
|
27 |
||
28 |
<table> |
|
29 |
<tr> |
|
30 |
<td class="metatag">changeset {rev}:</td> |
|
3363
ce8f31e0b3b8
hgweb: Apply the new method of passing session variables to links.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3353
diff
changeset
|
31 |
<td><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> |
3353 | 32 |
</tr> |
33 |
{parent%filediffparent} |
|
34 |
{child%filediffchild} |
|
35 |
<tr> |
|
36 |
<td class="metatag">manifest:</td> |
|
3363
ce8f31e0b3b8
hgweb: Apply the new method of passing session variables to links.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3353
diff
changeset
|
37 |
<td><a href="{url}file/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> |
3353 | 38 |
</tr> |
39 |
</table> |
|
40 |
||
41 |
<div class="page_body"> |
|
42 |
<table> |
|
43 |
{diff} |
|
44 |
</table> |
|
45 |
</div> |
|
46 |
||
47 |
{footer} |