b.u.Convert(object) : class documentation

Part of bzrlib.upgrade View In Hierarchy

No class docstring
Method __init__ Convert a Bazaar control directory to a given format.
Method convert Undocumented
Method clean_up Clean-up after a conversion.
def __init__(self, url=None, format=None, control_dir=None):
Convert a Bazaar control directory to a given format.

Either the url or control_dir parameter must be given.

Parametersurlthe URL of the control directory or None if the control_dir is explicitly given instead
formatthe format to convert to or None for the default
control_dirthe control directory or None if it is specified via the URL parameter instead
def convert(self):
Undocumented
def clean_up(self):
Clean-up after a conversion.

This removes the backup.bzr directory.

API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.