Mercurial > hg
changeset 25670:6368c51cfad6
statichttprepo: kill off sopener
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Thu, 25 Jun 2015 22:20:09 -0700 |
parents | 8d94861842e5 |
children | d5ac3bebaf2a |
files | mercurial/statichttprepo.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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