annotate templates/filerevision.tmpl @ 150:8029ee2949b8

Add options to annotate for user/rev/changeset This eliminates the blame command and makes annotate more flexible.
author mpm@selenic.com
date Wed, 25 May 2005 08:53:01 -0800
parents 529bf610092e
children e8a360cd5a9f 083c38bdfa64
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents: 138
diff changeset
1 #header#
529bf610092e Prettify the web interface
mpm@selenic.com
parents: 138
diff changeset
2 <title>#repo#:#file#</title>
529bf610092e Prettify the web interface
mpm@selenic.com
parents: 138
diff changeset
3 </head>
138
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
4 <body>
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
5
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents: 138
diff changeset
6 <div class=buttons>
138
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
7 <a href="?cmd=changelog&rev=#rev#">changelog</a>
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
8 <a href="?cmd=changeset&node=#node#">changeset</a>
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
9 <a href="?cmd=manifest&manifest=#manifest#;path=#path#">manifest</a>
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
10 <a href="?cmd=filelog&file=#file#;filenode=#filenode#">revisions</a>
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
11 <a href="?cmd=annotate&file=#file#&filenode=#filenode#">annotate</a>
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents: 138
diff changeset
12 </div>
138
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
13
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
14 <h2>#file# (revision #filenode#)</h2>
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
15
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
16 <table>
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
17 <tr>
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents: 138
diff changeset
18 <td class=metatag>changeset:</td>
138
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
19 <td><a href="?cmd=changeset;node=#node#">#rev#:#node#</a></td></tr>
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents: 138
diff changeset
20 #parent1#
529bf610092e Prettify the web interface
mpm@selenic.com
parents: 138
diff changeset
21 #parent2#
138
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
22 <tr>
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents: 138
diff changeset
23 <td class=metatag>manifest:</td>
138
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
24 <td><a href="?cmd=manifest;manifest=#manifest#;path=/">#rev#:#manifest#</a></td></tr>
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
25 <tr>
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents: 138
diff changeset
26 <td class=metatag>author:</td>
138
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
27 <td>#author#</td></tr>
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
28 <tr>
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents: 138
diff changeset
29 <td class=metatag>date:</td>
138
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
30 <td>#date#</td></tr>
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
31 </table>
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
32
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
33 <pre>
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
34 #text#
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
35 </pre>
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
36
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents: 138
diff changeset
37 #footer#