author | Brendan Cully <brendan@kublai.com> |
Wed, 29 Oct 2008 10:55:29 -0700 | |
changeset 7291 | 5ac779ea7850 |
parent 6905 | 248e54a9456e |
child 7299 | 288dda59233c |
permissions | -rw-r--r-- |
6436 | 1 |
{header} |
2 |
<title>{repo|escape}: {file|escape} diff</title> |
|
3 |
</head> |
|
4 |
<body> |
|
5 |
||
6453 | 6 |
<div class="container"> |
6436 | 7 |
<div class="menu"> |
8 |
<div class="logo"> |
|
9 |
<a href="http://www.selenic.com/mercurial/"> |
|
10 |
<img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> |
|
11 |
</div> |
|
12 |
<ul> |
|
6775
54ccf41761c9
coal: include current node in log, graph menu links
Brendan Cully <brendan@kublai.com>
parents:
6691
diff
changeset
|
13 |
<li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> |
54ccf41761c9
coal: include current node in log, graph menu links
Brendan Cully <brendan@kublai.com>
parents:
6691
diff
changeset
|
14 |
<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li> |
6436 | 15 |
<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> |
16 |
</ul> |
|
17 |
<ul> |
|
18 |
<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li> |
|
19 |
<li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li> |
|
20 |
</ul> |
|
21 |
<ul> |
|
22 |
<li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li> |
|
23 |
<li class="active">diff</li> |
|
24 |
<li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li> |
|
25 |
<li><a href="{url}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file log</a></li> |
|
26 |
<li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li> |
|
27 |
</ul> |
|
28 |
</div> |
|
29 |
||
30 |
<div class="main"> |
|
31 |
<h2>{repo|escape}</h2> |
|
6452 | 32 |
<h3>diff {file|escape} @ {rev}:{node|short}</h3> |
6436 | 33 |
|
34 |
<form class="search" action="{url}log"> |
|
35 |
{sessionvars%hiddenformentry} |
|
36 |
<p><input name="rev" id="search1" type="text" size="30"></p> |
|
37 |
</form> |
|
38 |
||
39 |
<div class="description">{desc|strip|escape|addbreaks}</div> |
|
40 |
||
41 |
<table id="changesetEntry"> |
|
42 |
<tr> |
|
43 |
<th>author</th> |
|
44 |
<td>{author|obfuscate}</td> |
|
45 |
</tr> |
|
46 |
<tr> |
|
47 |
<th>date</th> |
|
48 |
<td>{date|date} ({date|age} ago)</td> |
|
49 |
</tr> |
|
50 |
<tr> |
|
51 |
<th>parents</th> |
|
52 |
<td>{parent%filerevparent}</td> |
|
53 |
</tr> |
|
54 |
<tr> |
|
55 |
<th>children</th> |
|
56 |
<td>{child%filerevchild}</td> |
|
57 |
</tr> |
|
58 |
{changesettag} |
|
59 |
</table> |
|
60 |
||
61 |
<div class="overflow"> |
|
62 |
<table class="bigtable"> |
|
63 |
<tr> |
|
6454 | 64 |
<th class="lineno">line</th> |
65 |
<th class="source">diff</th> |
|
6436 | 66 |
</tr> |
6905
248e54a9456e
coal/paper: make output well-formed and fix css syntax error breaking rendering
Rocco Rutte <pdmef@gmx.net>
parents:
6775
diff
changeset
|
67 |
</table> |
248e54a9456e
coal/paper: make output well-formed and fix css syntax error breaking rendering
Rocco Rutte <pdmef@gmx.net>
parents:
6775
diff
changeset
|
68 |
|
6436 | 69 |
{diff} |
70 |
</div> |
|
6905
248e54a9456e
coal/paper: make output well-formed and fix css syntax error breaking rendering
Rocco Rutte <pdmef@gmx.net>
parents:
6775
diff
changeset
|
71 |
</div> |
6453 | 72 |
</div> |
6436 | 73 |
|
74 |
{footer} |