Show More
@@ -6,7 +6,7 b'' | |||||
6 | <body> |
|
6 | <body> | |
7 |
|
7 | |||
8 | <div class="page_header"> |
|
8 | <div class="page_header"> | |
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> / |
|
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> / diff | |
10 | </div> |
|
10 | </div> | |
11 |
|
11 | |||
12 | <div class="page_nav"> |
|
12 | <div class="page_nav"> | |
@@ -27,21 +27,16 b' diff |' | |||||
27 |
|
27 | |||
28 | <table> |
|
28 | <table> | |
29 | <tr> |
|
29 | <tr> | |
30 |
<td |
|
30 | <td>changeset {rev}</td> | |
31 | <td><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> |
|
31 | <td style="font-family:monospace"><a class="list" href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td></tr> | |
32 | </tr> |
|
|||
33 | {parent%filediffparent} |
|
32 | {parent%filediffparent} | |
34 | {child%filediffchild} |
|
33 | {child%filediffchild} | |
35 | <tr> |
|
|||
36 | <td class="metatag">manifest:</td> |
|
|||
37 | <td><a href="{url}file/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> |
|
|||
38 | </tr> |
|
|||
39 | </table> |
|
34 | </table> | |
40 |
|
35 | |||
|
36 | <div class="list_head"></div> | |||
|
37 | ||||
41 | <div class="page_body"> |
|
38 | <div class="page_body"> | |
42 | <table> |
|
|||
43 | {diff} |
|
39 | {diff} | |
44 | </table> |
|
|||
45 | </div> |
|
40 | </div> | |
46 |
|
41 | |||
47 | {footer} |
|
42 | {footer} |
@@ -43,9 +43,9 b' branchentry = \'<tr class="parity{parity}' | |||||
43 | diffblock = '<pre>#lines#</pre>' |
|
43 | diffblock = '<pre>#lines#</pre>' | |
44 | changelogtag = '<tr><th class="tag">tag:</th><td class="tag">#tag|escape#</td></tr>' |
|
44 | changelogtag = '<tr><th class="tag">tag:</th><td class="tag">#tag|escape#</td></tr>' | |
45 | changesettag = '<tr><td>tag</td><td>#tag|escape#</td></tr>' |
|
45 | changesettag = '<tr><td>tag</td><td>#tag|escape#</td></tr>' | |
46 |
filediffparent = '<tr><t |
|
46 | filediffparent = '<tr><td>parent {rev}</td><td style="font-family:monospace"><a class="list" href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td></tr>' | |
47 | filelogparent = '<tr><td align="right">parent #rev#: </td><td><a href="{url}file/{node|short}/#file|urlescape#{sessionvars%urlparameter}">#node|short#</a></td></tr>' |
|
47 | filelogparent = '<tr><td align="right">parent #rev#: </td><td><a href="{url}file/{node|short}/#file|urlescape#{sessionvars%urlparameter}">#node|short#</a></td></tr>' | |
48 |
filediffchild = '<tr><t |
|
48 | filediffchild = '<tr><td>child {rev}</td><td style="font-family:monospace"><a class="list" href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td></tr>' | |
49 | filelogchild = '<tr><td align="right">child #rev#: </td><td><a href="{url}file{node|short}/#file|urlescape#{sessionvars%urlparameter}">#node|short#</a></td></tr>' |
|
49 | filelogchild = '<tr><td align="right">child #rev#: </td><td><a href="{url}file{node|short}/#file|urlescape#{sessionvars%urlparameter}">#node|short#</a></td></tr>' | |
50 | shortlog = shortlog.tmpl |
|
50 | shortlog = shortlog.tmpl | |
51 | shortlogentry = '<tr class="parity#parity#"><td class="age"><i>#date|age# ago</i></td><td><i>#author#</i></td><td><a class="list" href="{url}rev/#node|short#{sessionvars%urlparameter}"><b>#desc|strip|firstline|escape#</b></a></td><td class="link" nowrap><a href="{url}rev/#node|short#{sessionvars%urlparameter}">changeset</a> | <a href="{url}file/#node|short#{sessionvars%urlparameter}">manifest</a></td></tr>' |
|
51 | shortlogentry = '<tr class="parity#parity#"><td class="age"><i>#date|age# ago</i></td><td><i>#author#</i></td><td><a class="list" href="{url}rev/#node|short#{sessionvars%urlparameter}"><b>#desc|strip|firstline|escape#</b></a></td><td class="link" nowrap><a href="{url}rev/#node|short#{sessionvars%urlparameter}">changeset</a> | <a href="{url}file/#node|short#{sessionvars%urlparameter}">manifest</a></td></tr>' |
General Comments 0
You need to be logged in to leave comments.
Login now