1 {header} |
|
2 <title>{repo|escape}: {file|escape} history</title> |
|
3 <link rel="alternate" type="application/atom+xml" |
|
4 href="{url}atom-log/tip/{file|urlescape}" title="Atom feed for {repo|escape}:{file}" /> |
|
5 <link rel="alternate" type="application/rss+xml" |
|
6 href="{url}rss-log/tip/{file|urlescape}" title="RSS feed for {repo|escape}:{file}" /> |
|
7 </head> |
|
8 <body> |
|
9 |
|
10 <div class="container"> |
|
11 <div class="menu"> |
|
12 <div class="logo"> |
|
13 <a href="http://mercurial.selenic.com/"> |
|
14 <img src="{staticurl}hglogo.png" alt="mercurial" /></a> |
|
15 </div> |
|
16 <ul> |
|
17 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li> |
|
18 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li> |
|
19 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> |
|
20 <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> |
|
21 </ul> |
|
22 <ul> |
|
23 <li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li> |
|
24 <li><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}">browse</a></li> |
|
25 </ul> |
|
26 <ul> |
|
27 <li><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">file</a></li> |
|
28 <li><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a></li> |
|
29 <li><a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">annotate</a></li> |
|
30 <li class="active">file log</li> |
|
31 <li><a href="{url}raw-file/{node|short}/{file|urlescape}">raw</a></li> |
|
32 </ul> |
|
33 </div> |
|
34 |
|
35 <div class="main"> |
|
36 <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2> |
|
37 <h3>log {file|escape}</h3> |
|
38 |
|
39 <form class="search" action="{url}log"> |
|
40 {sessionvars%hiddenformentry} |
|
41 <p><input name="rev" id="search1" type="text" size="30" /></p> |
|
42 <div id="hint">find changesets by author, revision, |
|
43 files, or words in the commit message</div> |
|
44 </form> |
|
45 |
|
46 <div class="navigate">{nav%filenaventry}</div> |
|
47 |
|
48 <table class="bigtable"> |
|
49 <tr> |
|
50 <th class="age">age</th> |
|
51 <th class="author">author</th> |
|
52 <th class="description">description</th> |
|
53 </tr> |
|
54 {entries%filelogentry} |
|
55 </table> |
|
56 |
|
57 </div> |
|
58 </div> |
|
59 |
|
60 {footer} |
|