b.b.BzrDirFormat4(BzrDirFormat) : class documentation

Part of bzrlib.bzrdir View In Hierarchy

Bzr dir format 4.

This format is a combined format for working tree, branch and repository.
It has:
 - Format 1 working trees [always]
 - Format 4 branches [always]
 - Format 4 repositories [always]

This format is deprecated: it indexes texts using a text it which is
removed in format 5; write support for this format has been removed.
Method get_format_string See BzrDirFormat.get_format_string().
Method get_format_description See BzrDirFormat.get_format_description().
Method get_converter See BzrDirFormat.get_converter().
Method initialize_on_transport Format 4 branches cannot be created.
Method is_supported Format 4 is not supported.
Method network_name Undocumented
Method _open See BzrDirFormat._open.
Method __return_repository_format Circular import protection.

Inherited from BzrDirFormat:

Method initialize_on_transport_ex Create this format on transport.
Method open Return an instance of this format for the dir transport points at.
Class Method register_format Undocumented
Class Method unregister_format Undocumented
Method _initialize_on_transport_vfs Initialize a new bzrdir using VFS calls.
Method _supply_sub_formats_to Give other_format the same values for sub formats as this has.
def get_format_string(self):
See BzrDirFormat.get_format_string().
def get_format_description(self):
See BzrDirFormat.get_format_description().
def get_converter(self, format=None):
See BzrDirFormat.get_converter().
def initialize_on_transport(self, transport):
Format 4 branches cannot be created.
def is_supported(self):
Format 4 is not supported.

It is not supported because the model changed from 4 to 5 and the conversion logic is expensive - so doing it on the fly was not feasible.

def network_name(self):
Undocumented
def _open(self, transport):
See BzrDirFormat._open.
def __return_repository_format(self):
Circular import protection.
API Documentation for Bazaar, generated by pydoctor at 2011-03-11 00:02:10.