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