changeset 31622 | 1f6c932862e5 |
parent 31621 | 10561eb97c7f |
child 31623 | 8228bc8fed8c |
--- a/hgext/largefiles/lfutil.py Fri Mar 24 22:26:34 2017 +0900 +++ b/hgext/largefiles/lfutil.py Fri Mar 24 22:29:22 2017 +0900 @@ -370,9 +370,6 @@ outfile.write(data) return hasher.hexdigest() -def hashrepofile(repo, file): - return hashfile(repo.wjoin(file)) - def hashfile(file): if not os.path.exists(file): return ''