diff mercurial/pure/parsers.py @ 13253:61c9bc3da402

revlog: remove lazy index
author Matt Mackall <mpm@selenic.com>
date Tue, 04 Jan 2011 14:12:52 -0600
parents 25e572394f5c
children 20a54bdf2328
line wrap: on
line diff
--- a/mercurial/pure/parsers.py	Tue Jan 11 14:58:17 2011 -0600
+++ b/mercurial/pure/parsers.py	Tue Jan 04 14:12:52 2011 -0600
@@ -38,7 +38,7 @@
     cache = None
     nodemap = {nullid: nullrev}
     n = off = 0
-    # if we're not using lazymap, always read the whole index
+
     l = len(data) - s
     append = index.append
     if inline: