1314
1326
:param tree_index: The index of the tree we wish to locate this path
1315
1327
in. If the path is present in that tree, the entry containing its
1316
1328
details is returned, otherwise (None, None) is returned
1317
1331
:param fileid_utf8: A utf8 file_id to look up.
1318
1332
:param path_utf8: An utf8 path to be looked up.
1319
1333
:return: The dirstate entry tuple for path, or (None, None)