Mercurial > hg-stable
changeset 23373:99a886418000
subrepo: remove "_getstorehashcachepath" referred by no other code paths
author | FUJIWARA Katsunori <foozy@lares.dti.ne.jp> |
---|---|
date | Wed, 19 Nov 2014 18:35:14 +0900 |
parents | 6cfa7a73b6e7 |
children | aa0a430d9c75 |
files | mercurial/subrepo.py |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/subrepo.py Wed Nov 19 18:35:14 2014 +0900 +++ b/mercurial/subrepo.py Wed Nov 19 18:35:14 2014 +0900 @@ -561,11 +561,6 @@ filehash = util.sha1(vfs.tryread(relname)).hexdigest() yield '%s = %s\n' % (relname, filehash) - def _getstorehashcachepath(self, remotepath): - '''get a unique path for the store hash cache''' - return self._repo.join(os.path.join( - 'cache', 'storehash', _getstorehashcachename(remotepath))) - @propertycache def _cachestorehashvfs(self): return scmutil.vfs(self._repo.join('cache/storehash'))