Submitter | Pierre-Yves David |
---|---|
Date | March 12, 2017, 2:45 p.m. |
Message ID | <81eb72c8ba72c9c0f57d.1489329941@nodosa.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/19152/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/subrepo.py b/mercurial/subrepo.py --- a/mercurial/subrepo.py +++ b/mercurial/subrepo.py @@ -678,7 +678,7 @@ class hgsubrepo(abstractsubrepo): @propertycache def _cachestorehashvfs(self): - return vfsmod.vfs(self._repo.join('cache/storehash')) + return vfsmod.vfs(self._repo.vfs.join('cache/storehash')) def _readstorehashcache(self, remotepath): '''read the store hash cache for a given remote repository'''