##// END OF EJS Templates
test-encoding: copy a bundle from TESTDIR rather than constructing one
test-encoding: copy a bundle from TESTDIR rather than constructing one

File last commit:

r3363:ce8f31e0 default
r3780:d0a48313 default
Show More
changeset.tmpl
47 lines | 1.1 KiB | 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">
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="#url#log/#rev#{sessionvars%urlparameter}">changelog</a>
<a href="#url#shortlog/#rev#{sessionvars%urlparameter}">shortlog</a>
<a href="#url#tags{sessionvars%urlparameter}">tags</a>
<a href="#url#file/#node|short#{sessionvars%urlparameter}">manifest</a>
Brendan Cully
Update templates to use NewWebInterface
r3265 <a href="#url#raw-rev/#node|short#">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
TK Soh
hgweb: add strip and rstrip filters to handle summary
r1445 <h2>changeset: #desc|strip|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>
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <td class="changeset"><a href="#url#rev/#node|short#{sessionvars%urlparameter}">#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#
Muli Ben-Yehuda
- duplicate the parent link logic to show child links...
r1606 #child%changesetchild#
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>
TK Soh
hgweb: add strip and rstrip filters to handle summary
r1445 <td class="description">#desc|strip|escape|addbreaks#</td>
mpm@selenic.com
Various HTML cleanups...
r602 </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