To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
« back to all changes in this revision
Viewing changes to bzrlib/osutils.py
-
Committer:
mbp at sourcefrog
-
Date:
2005-03-29 00:35:00 UTC
-
Revision ID:
mbp@sourcefrog.net-20050329003500-310b9786d05dd259
Use just one big read to fingerprint files
Show diffs side-by-side
added
removed
120
120
def fingerprint_file(f):
131
127
return {'size': size,
132
128
'sha1': s.hexdigest()}