mercurial/pure/parsers.py
changeset 13253 61c9bc3da402
parent 10263 25e572394f5c
child 13261 20a54bdf2328
--- 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: