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

File last commit:

r1433:70a3b6a5 default
r1629:3024cacf default
Show More
filelog.tmpl
21 lines | 543 B | application/x-cheetah | CheetahLexer
mpm@selenic.com
Prettify the web interface...
r142 #header#
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <title>#repo|escape#: #file# history</title>
kreijack@inwind.REMOVEME.it
Add rss tag in the changelog/filelog html template....
r661 <link rel="alternate" type="application/rss+xml"
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 href="?fl=0;file=#file#;style=rss" title="RSS feed for #repo|escape#:#file#">
kreijack@inwind.REMOVEME.it
Add rss tag in the changelog/filelog html template....
r661 </head>
mpm@selenic.com
Prettify the web interface...
r142 </head>
mpm@selenic.com
Revamped templated hgweb
r138 <body>
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <div class="buttons">
TK Soh
hgweb: fix broken filelog->changelog link
r1433 <a href="?cl=tip">changelog</a>
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 <a href="?tags=">tags</a>
<a href="?f=#filenode|short#;file=#file#">file</a>
<a href="?fa=#filenode|short#;file=#file#">annotate</a>
<a type="application/rss+xml" href="?fl=0;file=#file#;style=rss">rss</a>
mpm@selenic.com
Prettify the web interface...
r142 </div>
mpm@selenic.com
Revamped templated hgweb
r138
<h2>#file# revision history</h2>
Josef "Jeff" Sipek
hgweb: Changed file revision page to list format syntax
r978 #entries%filelogentry#
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
Prettify the web interface...
r142 #footer#