comparison templates/gitweb/filerevision.tmpl @ 3281:45b639607e52

Merge with crew
author Matt Mackall <mpm@selenic.com>
date Fri, 06 Oct 2006 17:14:18 -0500
parents 4b2d3c8a6195
children 2edf53386d86
comparison
equal deleted inserted replaced
3280:ae85272b59a4 3281:45b639607e52
1 #header# 1 #header#
2 <title>#repo|escape#: File revision</title> 2 <title>#repo|escape#: File revision</title>
3 <link rel="alternate" type="application/rss+xml" 3 <link rel="alternate" type="application/rss+xml"
4 href="?cmd=changelog;style=rss" title="RSS feed for #repo|escape#"> 4 href="{url}rss-log" title="RSS feed for #repo|escape#">
5 </head> 5 </head>
6 <body> 6 <body>
7 7
8 <div class="page_header"> 8 <div class="page_header">
9 <a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="?cmd=summary;style=gitweb">#repo|escape#</a> / file revision 9 <a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="{url}summary{getentries}">#repo|escape#</a> / file revision
10 </div> 10 </div>
11 11
12 <div class="page_nav"> 12 <div class="page_nav">
13 <a href="?cmd=summary;style=gitweb">summary</a> | <a href="?cmd=shortlog;style=gitweb">shortlog</a> | <a href="?cmd=changelog;style=gitweb">changelog</a> | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?mf=#node|short#;path=#path|urlescape#;style=gitweb">manifest</a> | <a href="?cmd=changeset;node=#node#;style=gitweb">changeset</a> | file | <a href="?cmd=filelog;file=#file|urlescape#;filenode=#node|short#;style=gitweb">revisions</a> | <a href="?cmd=annotate;file=#file|urlescape#;filenode=#node|short#;style=gitweb">annotate</a> | <a href="?cmd=file;file=#file|urlescape#;filenode=#node#;style=raw">raw</a><br/> 13 <a href="{url}summary{getentries}">summary</a> |
14 <a href="{url}shortlog{getentries}">shortlog</a> |
15 <a href="{url}log{getentries}">changelog</a> |
16 <a href="{url}tags{getentries}">tags</a> |
17 <a href="{url}file/#node|short##path|urlescape#{getentries}">manifest</a> |
18 <a href="{url}rev/#node|short#{getentries}">changeset</a> |
19 file |
20 <a href="{url}log/{node|short}/#file|urlescape#{getentries}">revisions</a> |
21 <a href="{url}annotate/{node|short}/#file|urlescape#{getentries}">annotate</a> |
22 <a href="{url}raw-file/{node|short}/#file|urlescape#">raw</a><br/>
14 </div> 23 </div>
15 24
16 <div class="title">#file|escape#</div> 25 <div class="title">#file|escape#</div>
17 26
18 <table> 27 <table>
19 <tr> 28 <tr>
20 <td class="metatag">changeset #rev#:</td> 29 <td class="metatag">changeset #rev#:</td>
21 <td><a href="?cs=#node|short#;style=gitweb">#node|short#</a></td></tr> 30 <td><a href="{url}rev/#node|short#{getentries}">#node|short#</a></td></tr>
22 #rename%filerename# 31 #rename%filerename#
23 #parent%fileannotateparent# 32 #parent%fileannotateparent#
24 #child%fileannotatechild# 33 #child%fileannotatechild#
25 <tr> 34 <tr>
26 <td class="metatag">manifest:</td> 35 <td class="metatag">manifest:</td>
27 <td><a href="?mf=#node|short#;path=/;style=gitweb">#node|short#</a></td></tr> 36 <td><a href="{url}file/#node|short#{getentries}">#node|short#</a></td></tr>
28 <tr> 37 <tr>
29 <td class="metatag">author:</td> 38 <td class="metatag">author:</td>
30 <td>#author|obfuscate#</td></tr> 39 <td>#author|obfuscate#</td></tr>
31 <tr> 40 <tr>
32 <td class="metatag">date:</td> 41 <td class="metatag">date:</td>