##// END OF EJS Templates
Various cleanups for tarball support...
Various cleanups for tarball support s/tarball/archive/ query config rather than maintaining a list default all archive support to off use changeset nodes rather than manifest nodes use web:name for archive name don't use rev number in filename, it's not portable refactor manifest lookup bits use finally: clause to delete tmpfile

File last commit:

r377:e5d769af merge default
r1078:33f40d0c default
Show More
filelogentry.tmpl
19 lines | 680 B | application/x-cheetah | CheetahLexer
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <table class="parity#parity#" width="100%" cellspacing="0" cellpadding="0">
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <td align="right" width="15%"><b>#date|age# ago:&nbsp;</b></td>
Thomas Arendsen Hein
Add missing > to </td> in templates.
r233 <td><b><a href="?cmd=changeset;node=#node#">#desc|firstline|escape#</a></b></td></tr>
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
mpm@selenic.com
Hide most revision numbers in hgweb
r167 <td align="right">revision #filerev#:&nbsp;</td>
mpm@selenic.com
Show nice short hashes in hgweb...
r375 <td><a href="?cmd=file;file=#file#;filenode=#filenode#">#filenode|short#</a>
mpm@selenic.com
Revamped templated hgweb
r138 <a href="?cmd=filediff;file=#file#;node=#node#">(diff)</a>
<a href="?cmd=annotate;file=#file#;filenode=#filenode#">(annotate)</a>
</td></tr>
<tr>
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <td align="right">author:&nbsp;</td>
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <td>#author|obfuscate#</td></tr>
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <td align="right">date:&nbsp;</td>
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <td>#date|date# (#date|age# ago)</td></tr>
mpm@selenic.com
Prettify the web interface...
r142 </table>
mpm@selenic.com
Revamped templated hgweb
r138