b.r.CopyConverter(object) : class documentation

Part of bzrlib.repository View In Hierarchy

A repository conversion tool which just performs a copy of the content.

This is slow but quite reliable.

Method __init__ Create a CopyConverter.
Method convert Perform the conversion of to_convert, giving feedback via pb.
def __init__(self, target_format):
Create a CopyConverter.
Parameterstarget_formatThe format the resulting repository should be.
def convert(self, repo, pb):
Perform the conversion of to_convert, giving feedback via pb.
Parametersto_convertThe disk object to convert.
pba progress bar to use for progress information.
API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.