diff --git a/mercurial/statichttprepo.py b/mercurial/statichttprepo.py --- a/mercurial/statichttprepo.py +++ b/mercurial/statichttprepo.py @@ -127,7 +127,6 @@ class statichttprepository(localrepo.loc 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