##// END OF EJS Templates
Copy manifest map before modifying it (see issue86)
Copy manifest map before modifying it (see issue86)

File last commit:

r1606:ba625c80 default
r1629:3024cacf default
Show More
changeset.tmpl
46 lines | 988 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
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>
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#
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