# HG changeset patch # User Siddharth Agarwal # Date 2015-06-26 05:20:09 # Node ID 6368c51cfad6dc5f9c46369ed5e17cf8bd09efae # Parent 8d94861842e504d63c89dfbbbc38051575c1107b statichttprepo: kill off sopener 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