##// END OF EJS Templates
win32: remove excessive flushing...
win32: remove excessive flushing Our Windows file code was flushing buffers from the operating system to disk, rather than from the application to the operating system.

File last commit:

r5269:46c5e1ee default
r5935:0973501e default
Show More
tags.tmpl
24 lines | 638 B | application/x-cheetah | CheetahLexer
Brendan Cully
Rename default style to old
r3264 #header#
<title>#repo|escape#: tags</title>
Robert Bachmann
Added support for the Atom syndication format
r5269 <link rel="alternate" type="application/atom+xml"
href="#url#atom-tags" title="Atom feed for #repo|escape#: tags">
Brendan Cully
Rename default style to old
r3264 <link rel="alternate" type="application/rss+xml"
href="?cmd=tags;style=rss" title="RSS feed for #repo|escape#: tags">
</head>
<body>
<div class="buttons">
<a href="?cl=tip">changelog</a>
<a href="?sl=tip">shortlog</a>
<a href="?mf=#node|short#;path=/">manifest</a>
<a type="application/rss+xml" href="?cmd=tags;style=rss">rss</a>
Robert Bachmann
Added support for the Atom syndication format
r5269 <a type="application/atom+xml" href="#url#atom-tags">atom</a>
Brendan Cully
Rename default style to old
r3264 </div>
<h2>tags:</h2>
<ul id="tagEntries">
#entries%tagentry#
</ul>
#footer#