diff mercurial/statichttprepo.py @ 13253:61c9bc3da402

revlog: remove lazy index
author Matt Mackall <mpm@selenic.com>
date Tue, 04 Jan 2011 14:12:52 -0600
parents aaf9968bd8b7
children 14f3795a5ed7
line wrap: on
line diff
--- a/mercurial/statichttprepo.py	Tue Jan 11 14:58:17 2011 -0600
+++ b/mercurial/statichttprepo.py	Tue Jan 04 14:12:52 2011 -0600
@@ -77,7 +77,6 @@
             return httprangereader(f, urlopener)
         return o
 
-    opener.options = {'nonlazy': 1}
     return opener
 
 class statichttprepository(localrepo.localrepository):