annotate templates/filelogentry.tmpl @ 2323:c58a403aa830

setup.py: install packagescan before any mercurial modules is imported Further the installation of packagescan over demandload is moved to the packagescan module. I added as well few more comments in the packagescan module to avoid the wrong use of package scan in the future. Reason: mercurial.packagescan acts as fake mercurial.demandload during a py2exe run. Unfortunatly the import of mercurial.version in setup.py is done before mercurial.packagescan is installed. This results in few imports without mercurial.packagescan in charge and therefore not all dependend modules are detected when running mercurial.packagescan.getmodules later e.g. winerror is missed.
author Volker Kleinfeld <Volker.Kleinfeld@gmx.de>
date Fri, 19 May 2006 08:54:28 -0700
parents 4990b62fd0a6
children 79fd7a92f3e2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2132
4990b62fd0a6 hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 2130
diff changeset
1 <table class="logEntry parity#parity#">
4990b62fd0a6 hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 2130
diff changeset
2 <tr>
4990b62fd0a6 hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 2130
diff changeset
3 <th class="age">#date|age# ago:</th>
4990b62fd0a6 hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 2130
diff changeset
4 <th class="firstline"><a href="?cs=#node|short#">#desc|strip|firstline|escape#</a></th>
4990b62fd0a6 hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 2130
diff changeset
5 </tr>
4990b62fd0a6 hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 2130
diff changeset
6 <tr>
4990b62fd0a6 hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 2130
diff changeset
7 <th class="revision">revision #filerev#:</td>
4990b62fd0a6 hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 2130
diff changeset
8 <td class="node">
4990b62fd0a6 hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 2130
diff changeset
9 <a href="?f=#filenode|short#;file=#file|urlescape#">#filenode|short#</a>
4990b62fd0a6 hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 2130
diff changeset
10 <a href="?fd=#node|short#;file=#file|urlescape#">(diff)</a>
4990b62fd0a6 hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 2130
diff changeset
11 <a href="?fa=#filenode|short#;file=#file|urlescape#">(annotate)</a>
4990b62fd0a6 hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 2130
diff changeset
12 </td>
4990b62fd0a6 hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 2130
diff changeset
13 </tr>
4990b62fd0a6 hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 2130
diff changeset
14 #rename%filelogrename#
4990b62fd0a6 hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 2130
diff changeset
15 <tr>
4990b62fd0a6 hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 2130
diff changeset
16 <th class="author">author:</th>
4990b62fd0a6 hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 2130
diff changeset
17 <td class="author">#author|obfuscate#</td>
4990b62fd0a6 hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 2130
diff changeset
18 </tr>
4990b62fd0a6 hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 2130
diff changeset
19 <tr>
4990b62fd0a6 hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 2130
diff changeset
20 <th class="date">date:</th>
4990b62fd0a6 hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 2130
diff changeset
21 <td class="date">#date|date#</td>
4990b62fd0a6 hgweb: Synchronised filelogentry to changelogentry.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 2130
diff changeset
22 </tr>
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents: 138
diff changeset
23 </table>
138
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
24
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
25