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