b.b.BzrDirFormat5(BzrDirFormatAllInOne) : class documentation

Part of bzrlib.bzrdir View In Hierarchy

Bzr control format 5.

This format is a combined format for working tree, branch and repository.
It has:
 - Format 2 working trees [always]
 - Format 4 branches [always]
 - Format 5 repositories [always]
   Unhashed stores in the repository.
Method get_format_string See BzrDirFormat.get_format_string().
Method get_branch_format Undocumented
Method get_format_description See BzrDirFormat.get_format_description().
Method get_converter See BzrDirFormat.get_converter().
Method initialize_on_transport Format 5 dirs always have working tree, branch and repository.
Method network_name Undocumented
Method _initialize_for_clone Undocumented
Method _open See BzrDirFormat._open.
Method __return_repository_format Circular import protection.

Inherited from BzrDirFormatAllInOne:

Method initialize_on_transport_ex See BzrDirFormat.initialize_on_transport_ex.

Inherited from BzrDirFormat (via BzrDirFormatAllInOne):

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_branch_format(self):
Undocumented
def get_format_description(self):
See BzrDirFormat.get_format_description().
def get_converter(self, format=None):
See BzrDirFormat.get_converter().
def _initialize_for_clone(self, url):
Undocumented
def initialize_on_transport(self, transport, _cloning=False):
Format 5 dirs always have working tree, branch and repository.

Except when they are being cloned.

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.