##// END OF EJS Templates
unlink temporary patch files even when an exception is raised
unlink temporary patch files even when an exception is raised

File last commit:

r2687:46b19175 default
r3057:d16b93f4 default
Show More
filediff.tmpl
34 lines | 777 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>
Josef "Jeff" Sipek
[hgweb] links to shortlog for the default templates
r2687 <a href="?sl=#rev#">shortlog</a>
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 <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