diff mercurial/statichttprepo.py @ 31158:3eaff87a0a89

localrepo: deprecate 'repo.opener' (API) The "new" 'repo.vfs' attribute have been around for almost 5 years. I think we can deprecate the old form now ;-)
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Fri, 05 Aug 2016 13:56:10 +0200
parents e04ab2a5bf90
children 591fda751c6b
line wrap: on
line diff
--- a/mercurial/statichttprepo.py	Thu Mar 02 03:24:58 2017 +0100
+++ b/mercurial/statichttprepo.py	Fri Aug 05 13:56:10 2016 +0200
@@ -123,7 +123,6 @@
 
         vfsclass = build_opener(ui, authinfo)
         self.vfs = vfsclass(self.path)
-        self.opener = self.vfs
         self._phasedefaults = []
 
         self.names = namespaces.namespaces()