23
23
# TODO: Perhaps return more details on the file to avoid statting it
24
24
# again: nonexistent, file type, size, etc
30
28
CACHE_HEADER = "### bzr hashcache v5\n"
35
32
from bzrlib.osutils import sha_file
36
33
from bzrlib.trace import mutter, warning
42
37
def _fingerprint(abspath):