Part of bzrlib.mutabletree View In Hierarchy
| Method | get_inventory_delta | Undocumented |
| Method | __init__ | Undocumented |
| Method | add | Undocumented |
| Method | _get_ie | Retrieve the most up to date inventory entry for a path. |
| Method | _convert_to_directory | Convert an entry to a directory. |
| Method | _add_one_and_parent | Add a new entry to the inventory and automatically add unversioned parents. |
| Method | _gather_dirs_to_add | Undocumented |
| Parameters | inv_path | Normalized inventory path |
| Returns | Inventory entry (with possibly invalid .children for directories) | |
| Parameters | this_ie | Inventory entry |
| inv_path | Normalized path for the inventory entry | |
| Returns | The new inventory entry | |
| Parameters | parent_ie | Parent inventory entry if known, or None. If None, the parent is looked up by name and used if present, otherwise it is recursively added. |
| path | ||
| kind | Kind of new entry (file, directory, etc) | |
| inv_path | ||
| Returns | Inventory entry for path and a list of paths which have been added. | |