##// END OF EJS Templates
subrepo: remove "_getstorehashcachepath" referred by no other code paths
FUJIWARA Katsunori -
r23373:99a88641 default
parent child Browse files
Show More
@@ -561,11 +561,6 b' class hgsubrepo(abstractsubrepo):'
561 561 filehash = util.sha1(vfs.tryread(relname)).hexdigest()
562 562 yield '%s = %s\n' % (relname, filehash)
563 563
564 def _getstorehashcachepath(self, remotepath):
565 '''get a unique path for the store hash cache'''
566 return self._repo.join(os.path.join(
567 'cache', 'storehash', _getstorehashcachename(remotepath)))
568
569 564 @propertycache
570 565 def _cachestorehashvfs(self):
571 566 return scmutil.vfs(self._repo.join('cache/storehash'))
General Comments 0
You need to be logged in to leave comments. Login now