167
168
path = self._inventory.id2path(file_id)
168
169
return osutils.sha_file_by_name(self.abspath(path).encode(osutils._fs_enc))
171
def iter_changes(self, from_tree, include_unchanged=False,
172
specific_files=None, pb=None, extra_trees=None,
176
return intertree.iter_changes(include_unchanged, specific_files, pb,
171
180
class GitWorkingTreeFormat(workingtree.WorkingTreeFormat):