Part of bzrlib
| Class | Tree | Abstract file tree. |
| Class | InventoryTree | A tree that relies on an inventory for its metadata. |
| Function | find_ids_across_trees | Find the ids corresponding to specified filenames. |
| Class | InterTree | This class represents operations taking place between two Trees. |
| Class | MultiWalker | Walk multiple trees simultaneously, getting combined results. |
| Function | _find_ids_across_trees | Find the ids corresponding to specified filenames. |
| Function | _find_children_across_trees | Return a set including specified ids and their children. |
All matches in all trees will be used, and all children of matched directories will be used.
| Parameters | filenames | The filenames to find file_ids for (if None, returns None) |
| trees | The trees to find file_ids within | |
| require_versioned | if true, all specified filenames must occur in at least one tree. | |
| Returns | a set of file ids for the specified filenames and their children. | |
All matches in all trees will be used, but subdirectories are not scanned.
| Parameters | filenames | The filenames to find file_ids for |
| trees | The trees to find file_ids within | |
| require_versioned | if true, all specified filenames must occur in at least one tree. | |
| Returns | a set of file ids for the specified filenames | |