Mercurial > hg-stable
changeset 366:21306bd3e0f5
hgweb: remove pointless manifest reads
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hgweb: remove pointless manifest reads
pointed out by Goffredo Baroncelli
manifest hash: 7aa5b93dc73755f02887702d0a01118d91b3b289
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCsNK6ywK+sNU5EO8RAhJeAJ9ck6KYdupiuuyXXU5Mr8upx+D/NgCcDJmI
y7ZVFQoiaYFoJy+GWQ2zFes=
=RHPt
-----END PGP SIGNATURE-----
author | mpm@selenic.com |
---|---|
date | Wed, 15 Jun 2005 17:15:38 -0800 |
parents | f94d3632a323 |
children | 73ea73ab3359 |
files | mercurial/hgweb.py |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/hgweb.py Wed Jun 15 15:58:53 2005 -0800 +++ b/mercurial/hgweb.py Wed Jun 15 17:15:38 2005 -0800 @@ -377,7 +377,6 @@ p1, p2 = fl.parents(n) t = float(cs[2].split(' ')[0]) mfn = cs[0] - self.repo.manifest.read(mfn) def lines(): for l, t in enumerate(text.splitlines(1)): @@ -418,7 +417,6 @@ p1, p2 = fl.parents(n) t = float(cs[2].split(' ')[0]) mfn = cs[0] - self.repo.manifest.read(mfn) def annotate(): parity = 1