statichttprepo: kill off sopener
authorSiddharth Agarwal <sid0@fb.com>
Thu, 25 Jun 2015 22:20:09 -0700
changeset 25670 6368c51cfad6
parent 25669 8d94861842e5
child 25671 d5ac3bebaf2a
statichttprepo: kill off sopener
mercurial/statichttprepo.py
--- a/mercurial/statichttprepo.py	Thu Jun 25 22:19:49 2015 -0700
+++ b/mercurial/statichttprepo.py	Thu Jun 25 22:20:09 2015 -0700
@@ -127,7 +127,6 @@
         self.store = store.store(requirements, self.path, opener)
         self.spath = self.store.path
         self.svfs = self.store.opener
-        self.sopener = self.svfs
         self.sjoin = self.store.join
         self._filecache = {}
         self.requirements = requirements