Part of bzrlib.deprecated_graph View In Hierarchy
| Method | __init__ | Undocumented |
| Method | add_ghost | Add a ghost to the graph. |
| Method | add_node | Add node_id to the graph with parent_ids as its parents. |
| Method | get_ancestors | Return a dictionary of graph node:ancestor_list entries. |
| Method | get_ancestry | Return the inclusive ancestors of node_id in topological order. |
| Method | get_descendants | Return a dictionary of graph node:child_node:distance entries. |
| Method | _ensure_descendant | Ensure that a descendant lookup for node_id will work. |