diff tests/test-parseindex2.py @ 13253:61c9bc3da402

revlog: remove lazy index
author Matt Mackall <mpm@selenic.com>
date Tue, 04 Jan 2011 14:12:52 -0600
parents 2b30d8488819
children 5ef5eb1f3515
line wrap: on
line diff
--- a/tests/test-parseindex2.py	Tue Jan 11 14:58:17 2011 -0600
+++ b/tests/test-parseindex2.py	Tue Jan 04 14:12:52 2011 -0600
@@ -21,7 +21,7 @@
     index = []
     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: