[PATCH 5 of 5] statichttprepo: kill off sopener

Siddharth Agarwal sid0 at fb.com
Fri Jun 26 00:24:12 CDT 2015


# HG changeset patch
# User Siddharth Agarwal <sid0 at fb.com>
# Date 1435296009 25200
#      Thu Jun 25 22:20:09 2015 -0700
# Node ID 0279d44d5b841c9c2bb1d028f3c8dfaddd707783
# Parent  0b3339c8522b8b5071badd9e90323bfeefd2603d
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


More information about the Mercurial-devel mailing list