Part of bzrlib.bundle.serializer.v4 View In Hierarchy
| Method | write | Write a bundle to a file-like object |
| Method | write_bundle | Write a bundle to a file object |
| Method | read | return a reader object for a given file |
| Static Method | get_source_serializer | Retrieve the serializer for a given info object |
Inherited from BundleSerializer:
| Method | __init__ | Undocumented |
| Method | _write_bundle | Helper function for translating write_bundle to write |
For backwards-compatibility only
| Parameters | repository | The repository to retrieve revision data from |
| target | The head revision to include ancestors of | |
| base | The ancestor of the target to stop including acestors at. | |
| fileobj | The file-like object to write to |