1305
1305
filters = self.tree._content_filter_stack(
1306
1306
self.tree.relpath(osutils.safe_unicode(abspath)))
1307
1307
return internal_size_sha_file_byname(abspath, filters)[1]
1309
1309
def stat_and_sha1(self, abspath):
1311
1311
filters = self.tree._content_filter_stack(
1312
1312
self.tree.relpath(osutils.safe_unicode(abspath)))
1313
1313
file_obj = file(abspath, 'rb', 65000)