##// END OF EJS Templates
Add mq patch names to tagscache instead of overriding lookup....
Add mq patch names to tagscache instead of overriding lookup. This makes mq patch names visible in hg log and hg tags. It also resolves the names only once, rather than on every lookup.

File last commit:

r1650:f2ebd525 default
r2682:4e2dc5c1 default
Show More
filediff.tmpl
33 lines | 744 B | application/x-cheetah | CheetahLexer
mpm@selenic.com
Prettify the web interface...
r142 #header#
Peter van Dijk
changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames
r1650 <title>#repo|escape#: #file|escape# diff</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>
<a href="?tags=">tags</a>
<a href="?cs=#node|short#">changeset</a>
Peter van Dijk
changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames
r1650 <a href="?f=#filenode|short#;file=#file|urlescape#">file</a>
<a href="?fl=#filenode|short#;file=#file|urlescape#">revisions</a>
<a href="?fa=#filenode|short#;file=#file|urlescape#">annotate</a>
<a href="?fd=#node|short#;file=#file|urlescape#;style=raw">raw</a>
mpm@selenic.com
Prettify the web interface...
r142 </div>
mpm@selenic.com
Revamped templated hgweb
r138
Peter van Dijk
changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames
r1650 <h2>#file|escape#</h2>
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
Various HTML cleanups...
r602 <table id="filediffEntry">
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
mpm@selenic.com
Various HTML cleanups...
r602 <th class="revision">revision #rev#:</th>
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 <td class="revision"><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%filediffparent#
Muli Ben-Yehuda
- duplicate the parent link logic to show child links...
r1606 #child%filediffchild#
mpm@selenic.com
Revamped templated hgweb
r138 </table>
Edouard Gomez
More IE friendly diff output related templates....
r672 <div id="fileDiff">
mpm@selenic.com
Revamped templated hgweb
r138 #diff#
mpm@selenic.com
Various HTML cleanups...
r602 </div>
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
Prettify the web interface...
r142 #footer#
mpm@selenic.com
Revamped templated hgweb
r138