mercurial/statichttprepo.py
changeset 31158 3eaff87a0a89
parent 31157 e04ab2a5bf90
child 31251 591fda751c6b
--- a/mercurial/statichttprepo.py	Thu Mar 02 03:24:58 2017 +0100
+++ b/mercurial/statichttprepo.py	Fri Aug 05 13:56:10 2016 +0200
@@ -123,7 +123,6 @@
 
         vfsclass = build_opener(ui, authinfo)
         self.vfs = vfsclass(self.path)
-        self.opener = self.vfs
         self._phasedefaults = []
 
         self.names = namespaces.namespaces()