Submitter | Siddharth Agarwal |
---|---|
Date | June 26, 2015, 5:24 a.m. |
Message ID | <0279d44d5b841c9c2bb1.1435296252@devbig136.prn2.facebook.com> |
Download | mbox | patch |
Permalink | /patch/9788/ |
State | Accepted |
Headers | show |
Comments
Patch
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