Part of bzrlib.bundle.serializer View In Hierarchy
Known subclasses: bzrlib.bundle.serializer.v08.BundleSerializerV08, bzrlib.bundle.serializer.v4.BundleSerializerV4
Common functionality should be included here.
| Method | __init__ | Undocumented |
| Method | read | Read the rest of the bundles from the supplied file. |
| Method | write_bundle | Write the bundle to the supplied file. |
| Method | _write_bundle | Helper function for translating write_bundle to write |
| Parameters | f | The file to read from |
| Returns | A list of bundle trees | |
| Parameters | repository | The repository to retrieve revision data from |
| target | The revision to provide data for | |
| base | The most recent of ancestor of the revision that does not need to be included in the bundle | |
| fileobj | The file to output to |