mercurial/statichttprepo.py
changeset 13253 61c9bc3da402
parent 12037 aaf9968bd8b7
child 13400 14f3795a5ed7
--- 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):