comparison templates/filelog.tmpl @ 3281:45b639607e52

Merge with crew
author Matt Mackall <mpm@selenic.com>
date Fri, 06 Oct 2006 17:14:18 -0500
parents 46188b9528ca
children ce8f31e0b3b8
comparison
equal deleted inserted replaced
3280:ae85272b59a4 3281:45b639607e52
1 #header# 1 #header#
2 <title>#repo|escape#: #file|escape# history</title> 2 <title>#repo|escape#: #file|escape# history</title>
3 <link rel="alternate" type="application/rss+xml" 3 <link rel="alternate" type="application/rss+xml"
4 href="?fl=0;file=#file|urlescape#;style=rss" title="RSS feed for #repo|escape#:#file#"> 4 href="#url#rss-log/tip/#file|urlescape#" title="RSS feed for #repo|escape#:#file#">
5 </head> 5 </head>
6 </head> 6 </head>
7 <body> 7 <body>
8 8
9 <div class="buttons"> 9 <div class="buttons">
10 <a href="?cl=tip">changelog</a> 10 <a href="#url#log{getentries}">changelog</a>
11 <a href="?sl=tip">shortlog</a> 11 <a href="#url#shortlog{getentries}">shortlog</a>
12 <a href="?tags=">tags</a> 12 <a href="#url#tags{getentries}">tags</a>
13 <a href="?f=#node|short#;file=#file|urlescape#">file</a> 13 <a href="#url#file/#node|short#/#file|urlescape#{getentries}">file</a>
14 <a href="?fa=#node|short#;file=#file|urlescape#">annotate</a> 14 <a href="#url#annotate/#node|short#/#file|urlescape#{getentries}">annotate</a>
15 <a type="application/rss+xml" href="?fl=0;file=#file|urlescape#;style=rss">rss</a> 15 <a type="application/rss+xml" href="#url#rss-log/tip/#file|urlescape#">rss</a>
16 </div> 16 </div>
17 17
18 <h2>#file|escape# revision history</h2> 18 <h2>#file|escape# revision history</h2>
19 19
20 #entries%filelogentry# 20 #entries%filelogentry#