323
323
def paths2ids(self, paths, trees=[], require_versioned=True):
324
324
"""Return all the ids that can be reached by walking from paths.
327
327
trees, and this is repeated recursively: the children in an extra tree
328
328
of a directory that has been renamed under a provided path in this tree
332
332
:param paths: An iterable of paths to start converting to ids from.