1419
1394
def tree_kind(self, trans_id):
1420
1395
"""Determine the file kind in the working tree.
1424
1399
path = self._tree_id_paths.get(trans_id)
1428
1403
return file_kind(self._tree.abspath(path))
1435
1407
def _set_mode(self, trans_id, mode_id, typefunc):
1436
1408
"""Set the mode of new file contents.