236
236
return entry.kind, entry.executable, None
241
(mode, hexsha) = tree_lookup_path(self.store.__getitem__, self.tree, path)
243
return ('missing', None, None, None)
248
return (kind, len(contents), executable, osutils.sha_string(contents))
250
return (kind, None, None, self.store[hexsha].data)
252
return (kind, None, None, None)
239
255
def tree_delta_from_git_changes(changes, mapping,
240
256
(old_fileid_map, new_fileid_map), specific_file=None,