##// END OF EJS Templates
qinit -c: add ^\.hg and ^\.mq to .hgignore
qinit -c: add ^\.hg and ^\.mq to .hgignore

File last commit:

r5269:46c5e1ee default
r6034:83633602 default
Show More
filelog.tmpl
27 lines | 1.1 KiB | 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# history</title>
Robert Bachmann
Added support for the Atom syndication format
r5269 <link rel="alternate" type="application/atom+xml"
href="#url#atom-log/tip/#file|urlescape#" title="Atom feed for #repo|escape#:#file#">
kreijack@inwind.REMOVEME.it
Add rss tag in the changelog/filelog html template....
r661 <link rel="alternate" type="application/rss+xml"
Brendan Cully
Update templates to use NewWebInterface
r3265 href="#url#rss-log/tip/#file|urlescape#" 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">
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="#url#log{sessionvars%urlparameter}">changelog</a>
<a href="#url#shortlog{sessionvars%urlparameter}">shortlog</a>
<a href="#url#tags{sessionvars%urlparameter}">tags</a>
<a href="#url#file/#node|short#/#file|urlescape#{sessionvars%urlparameter}">file</a>
<a href="#url#annotate/#node|short#/#file|urlescape#{sessionvars%urlparameter}">annotate</a>
Brendan Cully
Update templates to use NewWebInterface
r3265 <a type="application/rss+xml" href="#url#rss-log/tip/#file|urlescape#">rss</a>
Robert Bachmann
Added support for the Atom syndication format
r5269 <a type="application/atom+xml" href="#url#atom-log/tip/#file|urlescape#" title="Atom feed for #repo|escape#:#file#">atom</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# revision history</h2>
mpm@selenic.com
Revamped templated hgweb
r138
Brendan Cully
hgweb: hoist changenav up, and use it in the filelog
r3407 <p>navigate: <small class="navigate">{nav%filenaventry}</small></p>
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#