##// 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:

r1417:90b62337 default
r1431:16a5d349 default
Show More
changeset.tmpl
45 lines | 953 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#: changeset #node|short#</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">
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 <a href="?cl=#rev#">changelog</a>
mpm@selenic.com
hgweb: add tags links and manifest links...
r168 <a href="?cmd=tags">tags</a>
Matt Mackall
hgweb: fix too short manifest link
r1412 <a href="?mf=#manifest|short#;path=/">manifest</a>
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 <a href="?cs=#node|short#;style=raw">raw</a>
mpm@selenic.com
Various cleanups for tarball support...
r1078 #archives%archiveentry#
mpm@selenic.com
Prettify the web interface...
r142 </div>
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <h2>changeset: #desc|escape|firstline#</h2>
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
Various HTML cleanups...
r602 <table id="changesetEntry">
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
mpm@selenic.com
Various HTML cleanups...
r602 <th class="changeset">changeset #rev#:</th>
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 <td class="changeset"><a href="?cs=#node|short#">#node|short#</a></td>
mpm@selenic.com
Various HTML cleanups...
r602 </tr>
Benoit Boissinot
hgweb: hide trivial parent (like in show_changeset)
r1416 #parent%changesetparent#
mpm@selenic.com
[PATCH] Add tags to hgweb...
r568 #changesettag#
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
mpm@selenic.com
Various HTML cleanups...
r602 <th class="author">author:</th>
<td class="author">#author|obfuscate#</td>
</tr>
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
mpm@selenic.com
Various HTML cleanups...
r602 <th class="date">date:</th>
<td class="date">#date|date# (#date|age# ago)</td></tr>
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
mpm@selenic.com
Various HTML cleanups...
r602 <th class="files">files:</th>
<td class="files">#files#</td></tr>
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
mpm@selenic.com
Various HTML cleanups...
r602 <th class="description">description:</th>
<td class="description">#desc|escape|addbreaks#</td>
</tr>
mpm@selenic.com
Revamped templated hgweb
r138 </table>
Edouard Gomez
More IE friendly diff output related templates....
r672 <div id="changesetDiff">
mpm@selenic.com
Revamped templated hgweb
r138 #diff#
mpm@selenic.com
Various HTML cleanups...
r602 </div>
mpm@selenic.com
Revamped templated hgweb
r138
Matt Mackall
hgweb: add a mercurial link to the footer
r1417 #footer#
mpm@selenic.com
Revamped templated hgweb
r138