diff mercurial/localrepo.py @ 13253:61c9bc3da402

revlog: remove lazy index
author Matt Mackall <mpm@selenic.com>
date Tue, 04 Jan 2011 14:12:52 -0600
parents 6f011cf52f9a
children 952baa2f3325
line wrap: on
line diff
--- a/mercurial/localrepo.py	Tue Jan 11 14:58:17 2011 -0600
+++ b/mercurial/localrepo.py	Tue Jan 04 14:12:52 2011 -0600
@@ -1412,9 +1412,6 @@
         # Nor do we know which filenodes are missing.
         msng_filenode_set = {}
 
-        junk = mnfst.index[len(mnfst) - 1] # Get around a bug in lazyindex
-        junk = None
-
         # A changeset always belongs to itself, so the changenode lookup
         # function for a changenode is identity.
         def identity(x):