comparison templates/filelog.tmpl @ 1410:17703aa4491e

hgweb: shorten all the URLs in the standard templates A URL like this: http://www.selenic.com/hg/?cmd=changeset;node=5010207c35273ac1331cae44c253dd41fa07cb7f is now presented as: http://www.selenic.com/hg/?cs=5010207c352 (though the old style still works, of course)
author Matt Mackall <mpm@selenic.com>
date Tue, 18 Oct 2005 23:08:35 -0700
parents 4f81068ed8cd
children 70a3b6a505c6
comparison
equal deleted inserted replaced
1409:964baa35faf8 1410:17703aa4491e
1 #header# 1 #header#
2 <title>#repo|escape#: #file# history</title> 2 <title>#repo|escape#: #file# history</title>
3 <link rel="alternate" type="application/rss+xml" 3 <link rel="alternate" type="application/rss+xml"
4 href="?cmd=filelog;file=#file#;filenode=0;style=rss" title="RSS feed for #repo|escape#:#file#"> 4 href="?fl=0;file=#file#;style=rss" 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="?cmd=changelog">changelog</a> 10 <a href="?cl=#node|short#">changelog</a>
11 <a href="?cmd=tags">tags</a> 11 <a href="?tags=">tags</a>
12 <a href="?cmd=file;file=#file#;filenode=#filenode#">file</a> 12 <a href="?f=#filenode|short#;file=#file#">file</a>
13 <a href="?cmd=annotate;file=#file#;filenode=#filenode#">annotate</a> 13 <a href="?fa=#filenode|short#;file=#file#">annotate</a>
14 <a type="application/rss+xml" href="?cmd=filelog;file=#file#;filenode=0;style=rss">rss</a> 14 <a type="application/rss+xml" href="?fl=0;file=#file#;style=rss">rss</a>
15 </div> 15 </div>
16 16
17 <h2>#file# revision history</h2> 17 <h2>#file# revision history</h2>
18 18
19 #entries%filelogentry# 19 #entries%filelogentry#