annotate templates/manifest.tmpl @ 655:b3bba126b04a

Fix out of range regression -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Fix out of range regression From: Filip Brcic <brcha@users.sourceforge.net> The old revlog.py issued "index out of range" error when cloning the repository Now I have reverted the parts of revlog.py to the old state when prev was initialized as -1 and later assigned self.tip() only if that is possible. Previously prev was always initialized as self.tip() and that is where the out of range error was. manifest hash: c94c9aee8b6d382ef52c3981f306a6e7e5f4c4d1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCzzIxywK+sNU5EO8RAtlcAJ0TX9FXuC2c3YHuYXNwqZhdzPWUlgCggq+a yJzUKDKH/gvnD3Tx3jcmCn8= =euPi -----END PGP SIGNATURE-----
author Matt Mackall <mpm@selenic.com>
date Fri, 08 Jul 2005 18:10:57 -0800
parents e5d769afd3ef
children 87d40e085e08 5197fb9d65d5 4f81068ed8cd
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#
375
b29219389b00 Show nice short hashes in hgweb
mpm@selenic.com
parents: 359
diff changeset
2 <title>#repo|escape#: manifest #manifest|short#</title>
142
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
154
1d5f799ebe1e fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents: 153
diff changeset
6 <div class="buttons">
153
e8a360cd5a9f changed pos to rev for changelog cmd, changed & to ;
jake@edge2.net
parents: 142
diff changeset
7 <a href="?cmd=changelog;rev=#rev#">changelog</a>
168
65cf1b0cfe86 hgweb: add tags links and manifest links
mpm@selenic.com
parents: 155
diff changeset
8 <a href="?cmd=tags">tags</a>
153
e8a360cd5a9f changed pos to rev for changelog cmd, changed & to ;
jake@edge2.net
parents: 142
diff changeset
9 <a href="?cmd=changeset;node=#node#">changeset</a>
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents: 138
diff changeset
10 </div>
138
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
11
375
b29219389b00 Show nice short hashes in hgweb
mpm@selenic.com
parents: 359
diff changeset
12 <h2>manifest #manifest|short#: #path#</h2>
138
c77a679e9cfa Revamped templated hgweb
mpm@selenic.com
parents:
diff changeset
13
359
0c4688e9ee5c hgweb: add file permissions
mpm@selenic.com
parents: 201
diff changeset
14 <table cellpadding="0" cellspacing="0">
0c4688e9ee5c hgweb: add file permissions
mpm@selenic.com
parents: 201
diff changeset
15 <tr class="parity1">
0c4688e9ee5c hgweb: add file permissions
mpm@selenic.com
parents: 201
diff changeset
16 <td><tt>drwxr-xr-x</tt>&nbsp;
0c4688e9ee5c hgweb: add file permissions
mpm@selenic.com
parents: 201
diff changeset
17 <td><a href="?cmd=manifest;manifest=#manifest#;path=#up#">[up]</a>
142
529bf610092e Prettify the web interface
mpm@selenic.com
parents: 138
diff changeset
18 #entries#
359
0c4688e9ee5c hgweb: add file permissions
mpm@selenic.com
parents: 201
diff changeset
19 </table>
153
e8a360cd5a9f changed pos to rev for changelog cmd, changed & to ;
jake@edge2.net
parents: 142
diff changeset
20 #footer#