Show More
@@ -35,7 +35,10 b' changeset |' | |||
|
35 | 35 | <tr><td>author</td><td>{author|obfuscate}</td></tr> |
|
36 | 36 | <tr><td></td><td class="date age">{date|rfc822date}</td></tr> |
|
37 | 37 | {branch%changesetbranch} |
|
38 | <tr><td>changeset {rev}</td><td style="font-family:monospace">{node|short}</td></tr> | |
|
38 | <tr> | |
|
39 | <td>changeset {rev}</td> | |
|
40 | <td style="font-family:monospace"><a class="list" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> | |
|
41 | </tr> | |
|
39 | 42 | {ifeq(count(parent), '2', parent%changesetparentdiff, parent%changesetparent)} |
|
40 | 43 | {child%changesetchild} |
|
41 | 44 | </table></div> |
@@ -48,7 +48,7 b'' | |||
|
48 | 48 | <dd>{date|rfc822date}</dd> |
|
49 | 49 | {branch%changesetbranch} |
|
50 | 50 | <dt>changeset {rev}</dt> |
|
51 | <dd>{node|short}</dd> | |
|
51 | <dd><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></dd> | |
|
52 | 52 | {ifeq(count(parent), '2', parent%changesetparentdiff, parent%changesetparent)} |
|
53 | 53 | {child%changesetchild} |
|
54 | 54 | </dl> |
@@ -474,6 +474,7 b' Set up the repo' | |||
|
474 | 474 | <a href="/file/xyzzy?style=gitweb">files</a> | |
|
475 | 475 | <a href="/raw-rev/xyzzy">raw</a> | <a href="/archive/xyzzy.zip">zip</a> | |
|
476 | 476 | <a class="title" href="/raw-rev/a7c1559b7bba">second <span class="logtags"><span class="bookmarktag" title="xyzzy">xyzzy</span> </span></a> |
|
477 | <td style="font-family:monospace"><a class="list" href="/rev/a7c1559b7bba?style=gitweb">a7c1559b7bba</a></td> | |
|
477 | 478 | <a class="list" href="/rev/43c799df6e75?style=gitweb">43c799df6e75</a> |
|
478 | 479 | <a class="list" href="/rev/9d8c40cba617?style=gitweb">9d8c40cba617</a> |
|
479 | 480 | <td><a class="list" href="/diff/a7c1559b7bba/foo?style=gitweb">foo</a></td> |
@@ -691,6 +692,7 b' Set up the repo' | |||
|
691 | 692 | <li><a href="/raw-rev/xyzzy">raw</a></li> |
|
692 | 693 | <li><a href="/archive/xyzzy.zip">zip</a></li> |
|
693 | 694 | <h3 class="changeset"><a href="/raw-rev/a7c1559b7bba">second <span class="logtags"><span class="bookmarktag" title="xyzzy">xyzzy</span> </span></a></h3> |
|
695 | <dd><a href="/rev/a7c1559b7bba?style=monoblue">a7c1559b7bba</a></dd> | |
|
694 | 696 | <dd><a href="/rev/43c799df6e75?style=monoblue">43c799df6e75</a></dd> |
|
695 | 697 | <dd><a href="/rev/9d8c40cba617?style=monoblue">9d8c40cba617</a></dd> |
|
696 | 698 | <td><a href="/diff/a7c1559b7bba/foo?style=monoblue">foo</a></td> |
General Comments 0
You need to be logged in to leave comments.
Login now