##// END OF EJS Templates
update tests to reflect new short hash length...
update tests to reflect new short hash length -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 update tests to reflect new short hash length manifest hash: 7ae99e74333416e8cbf8bc5d518bb5d3c449788b -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCsQo8ywK+sNU5EO8RAltAAJ97yqgcTU0eYrQ2vpIq+hrfCfrsVwCggUk4 adIvEe7OzGeG6wn0/aRoQXY= =h8+W -----END PGP SIGNATURE-----

File last commit:

r201:f918a6fa default
r374:f07d00fc default
Show More
filediff.tmpl
33 lines | 774 B | application/x-cheetah | CheetahLexer
mpm@selenic.com
Prettify the web interface...
r142 #header#
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <title>#repo|escape#: #file# diff</title>
mpm@selenic.com
Prettify the web interface...
r142 </head>
<body>
mpm@selenic.com
Revamped templated hgweb
r138
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <div class="buttons">
jake@edge2.net
changed pos to rev for changelog cmd, changed & to ;
r153 <a href="?cmd=changelog;rev=#rev#">changelog</a>
mpm@selenic.com
hgweb: add tags links and manifest links...
r168 <a href="?cmd=tags">tags</a>
jake@edge2.net
changed pos to rev for changelog cmd, changed & to ;
r153 <a href="?cmd=changeset;node=#node#">changeset</a>
<a href="?cmd=file;file=#file#;filenode=#filenode#">file</a>
<a href="?cmd=filelog;file=#file#;filenode=#filenode#">revisions</a>
<a href="?cmd=annotate;file=#file#;filenode=#filenode#">annotate</a>
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <a href="?cmd=filediff;file=#file#;node=#node#;style=raw">raw</a>
mpm@selenic.com
Prettify the web interface...
r142 </div>
mpm@selenic.com
Revamped templated hgweb
r138
<h2>#file#</h2>
<table>
<tr>
mpm@selenic.com
Hide most revision numbers in hgweb
r167 <td class="metatag">revision #rev#:</td>
<td><a href="?cmd=changeset;node=#node#">#node#</a></td></tr>
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
mpm@selenic.com
Hide most revision numbers in hgweb
r167 <td class="metatag">parent #p1rev#:</td>
<td><a href="?cmd=changeset;node=#p1#">#p1#</a></td></tr>
mpm@selenic.com
Revamped templated hgweb
r138 </table>
mpm@selenic.com
hgweb: alternating colors for multifile diffs
r172 <pre>
mpm@selenic.com
Revamped templated hgweb
r138 #diff#
</pre>
mpm@selenic.com
Prettify the web interface...
r142 #footer#
mpm@selenic.com
Revamped templated hgweb
r138