mercurial/hgweb.py
changeset 366 21306bd3e0f5
parent 359 0c4688e9ee5c
child 369 09f24af48b82
--- a/mercurial/hgweb.py
+++ b/mercurial/hgweb.py
@@ -377,7 +377,6 @@ class hgweb:
         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 @@ class hgweb:
         p1, p2 = fl.parents(n)
         t = float(cs[2].split(' ')[0])
         mfn = cs[0]
-        self.repo.manifest.read(mfn)
 
         def annotate():
             parity = 1