##// END OF EJS Templates
Calling flush is unnecessary with bz2 decompressors and may not even exist.
Calling flush is unnecessary with bz2 decompressors and may not even exist.

File last commit:

r1410:17703aa4 default
r1431:16a5d349 default
Show More
manifest.tmpl
21 lines | 490 B | application/x-cheetah | CheetahLexer
mpm@selenic.com
Prettify the web interface...
r142 #header#
mpm@selenic.com
Show nice short hashes in hgweb...
r375 <title>#repo|escape#: manifest #manifest|short#</title>
mpm@selenic.com
Prettify the web interface...
r142 </head>
mpm@selenic.com
Revamped templated hgweb
r138 <body>
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <div class="buttons">
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 <a href="?cl=#rev#">changelog</a>
<a href="?tags=">tags</a>
<a href="?cs=#node|short#">changeset</a>
mpm@selenic.com
Prettify the web interface...
r142 </div>
mpm@selenic.com
Revamped templated hgweb
r138
Matt Mackall
hgweb: remove various manifest and file hashes from display
r1370 <h2>manifest for changeset #node|short#: #path#</h2>
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
hgweb: add file permissions...
r359 <table cellpadding="0" cellspacing="0">
<tr class="parity1">
<td><tt>drwxr-xr-x</tt>&nbsp;
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 <td><a href="?mf=#manifest|short#;path=#up#">[up]</a>
Josef "Jeff" Sipek
hgweb: Changed manifest page to list format syntax
r979 #dentries%manifestdirentry#
#fentries%manifestfileentry#
mpm@selenic.com
hgweb: add file permissions...
r359 </table>
jake@edge2.net
changed pos to rev for changelog cmd, changed & to ;
r153 #footer#