##// END OF EJS Templates
subrepo: directly use repo.vfs.join...
Pierre-Yves David -
r31325:b589f5b9 default
parent child Browse files
Show More
@@ -678,7 +678,7 b' class hgsubrepo(abstractsubrepo):'
678
678
679 @propertycache
679 @propertycache
680 def _cachestorehashvfs(self):
680 def _cachestorehashvfs(self):
681 return vfsmod.vfs(self._repo.join('cache/storehash'))
681 return vfsmod.vfs(self._repo.vfs.join('cache/storehash'))
682
682
683 def _readstorehashcache(self, remotepath):
683 def _readstorehashcache(self, remotepath):
684 '''read the store hash cache for a given remote repository'''
684 '''read the store hash cache for a given remote repository'''
General Comments 0
You need to be logged in to leave comments. Login now