Part of bzrlib
Inventory delta serialisation.
See doc/developers/inventory.txt for the description of the format.
| Class | InventoryDeltaError | An error when serializing or deserializing an inventory delta. |
| Class | IncompatibleInventoryDelta | The delta could not be deserialised because its contents conflict with |
| Class | InventoryDeltaSerializer | Serialize inventory deltas. |
| Class | InventoryDeltaDeserializer | Deserialize inventory deltas. |
| Function | _directory_content | Serialize the content component of entry which is a directory. |
| Function | _file_content | Serialize the content component of entry which is a file. |
| Function | _link_content | Serialize the content component of entry which is a symlink. |
| Function | _reference_content | Serialize the content component of entry which is a tree-reference. |
| Function | _dir_to_entry | Convert a dir content record to an InventoryDirectory. |
| Function | _file_to_entry | Convert a dir content record to an InventoryFile. |
| Function | _link_to_entry | Convert a link content record to an InventoryLink. |
| Function | _tree_to_entry | Convert a tree content record to a TreeReference. |
| Function | _parse_entry | Undocumented |
| Parameters | entry | An InventoryDirectory. |
| Parameters | entry | An InventoryFile. |
| Parameters | entry | An InventoryLink. |
| Parameters | entry | A TreeReference. |