mercurial/statichttprepo.py
changeset 33533 4133c0b0fcd7
parent 33389 7e89bd0cfb86
child 33604 8b00c723cee1
equal deleted inserted replaced
33532:d645fdfb749f 33533:4133c0b0fcd7
   122         u = util.url(path.rstrip('/') + "/.hg")
   122         u = util.url(path.rstrip('/') + "/.hg")
   123         self.path, authinfo = u.authinfo()
   123         self.path, authinfo = u.authinfo()
   124 
   124 
   125         vfsclass = build_opener(ui, authinfo)
   125         vfsclass = build_opener(ui, authinfo)
   126         self.vfs = vfsclass(self.path)
   126         self.vfs = vfsclass(self.path)
       
   127         self.cachevfs = vfsclass(self.vfs.join('cache'))
   127         self._phasedefaults = []
   128         self._phasedefaults = []
   128 
   129 
   129         self.names = namespaces.namespaces()
   130         self.names = namespaces.namespaces()
   130         self.filtername = None
   131         self.filtername = None
   131 
   132