1407
1398
def tree_kind(self, trans_id):
1408
1399
"""Determine the file kind in the working tree.
1412
1403
path = self._tree_id_paths.get(trans_id)
1416
1407
return file_kind(self._tree.abspath(path))
1423
1411
def _set_mode(self, trans_id, mode_id, typefunc):
1424
1412
"""Set the mode of new file contents.