127
127
we look for a file with the same name in that directory.
128
128
Else, we look for an entry in the base tree with the same path.
131
130
if self.base_tree.has_id(parent_ie.file_id):
139
137
full_base_path = osutils.pathjoin(self.base_path, path)
140
138
# This may return None, but it is our last attempt
141
139
return self.base_tree.path2id(full_base_path), full_base_path