equal
deleted
inserted
replaced
1 {header} |
|
2 <title>{repo|escape}: changeset {node|short}</title> |
|
3 </head> |
|
4 <body> |
|
5 |
|
6 <div class="buttons"> |
|
7 <a href="{url}log/{rev}{sessionvars%urlparameter}">changelog</a> |
|
8 <a href="{url}shortlog/{rev}{sessionvars%urlparameter}">shortlog</a> |
|
9 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
|
10 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
|
11 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
|
12 <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a> |
|
13 <a href="{url}raw-rev/{node|short}">raw</a> |
|
14 {archives%archiveentry} |
|
15 </div> |
|
16 |
|
17 <h2>changeset: {desc|strip|escape|firstline|nonempty}</h2> |
|
18 |
|
19 <table id="changesetEntry"> |
|
20 <tr> |
|
21 <th class="changeset">changeset {rev}:</th> |
|
22 <td class="changeset"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> |
|
23 </tr> |
|
24 {parent%changesetparent} |
|
25 {child%changesetchild} |
|
26 {changesettag} |
|
27 <tr> |
|
28 <th class="author">author:</th> |
|
29 <td class="author">{author|obfuscate}</td> |
|
30 </tr> |
|
31 <tr> |
|
32 <th class="date">date:</th> |
|
33 <td class="date">{date|date} ({date|age})</td> |
|
34 </tr> |
|
35 <tr> |
|
36 <th class="files">files:</th> |
|
37 <td class="files">{files}</td> |
|
38 </tr> |
|
39 <tr> |
|
40 <th class="description">description:</th> |
|
41 <td class="description">{desc|strip|escape|addbreaks|nonempty}</td> |
|
42 </tr> |
|
43 </table> |
|
44 |
|
45 <div id="changesetDiff"> |
|
46 {diff} |
|
47 </div> |
|
48 |
|
49 {footer} |
|
50 |
|
51 |
|