Part of bzrlib
| Function | _parse_leaf_lines | Undocumented |
| Function | _flatten_node | Convert a node into the serialized form. |
| Parameters | node | A tuple representing a node (key_tuple, value, references) |
| reference_lists | Does this index have reference lists? | |
| Returns | (string_key, flattened) string_key The serialized key for referencing this node flattened A string with the serialized form for the contents | |