b.r.k.RepositoryFormatKnitPack5RichRootBroken(RepositoryFormatPack) : class documentation

Part of bzrlib.repofmt.knitpack_repo View In Hierarchy

A repository with rich roots and external references.

New in release 1.6.

Supports external lookups, which results in non-truncated ghosts after reconcile compared to pack-0.92 formats.

This format was deprecated because the serializer it uses accidentally supported subtrees, when the format was not intended to. This meant that someone could accidentally fetch from an incorrect repository.

Method get_format_string See RepositoryFormat.get_format_string().
Method get_format_description Return the short description for this format.
Method is_deprecated Is this format deprecated?
Method _serializer Undocumented
Method _get_matching_bzrdir Undocumented
Method _ignore_setting_bzrdir Undocumented

Inherited from RepositoryFormatPack:

Method initialize Create a pack based repository.
Method open See RepositoryFormat.open().

Inherited from MetaDirRepositoryFormat (via RepositoryFormatPack, MetaDirVersionedFileRepositoryFormat):

Method __init__ Undocumented
Method network_name Metadir formats have matching disk and network format strings.
Method _matchingbzrdir Undocumented
Method _create_control_files Create the required files and the initial control_files object.
Method _upload_blank_content Upload the initial blank content.

Inherited from RepositoryFormat (via RepositoryFormatPack, MetaDirVersionedFileRepositoryFormat, MetaDirRepositoryFormat):

Method __repr__ Undocumented
Method __eq__ Undocumented
Method __ne__ Undocumented
Class Method find_format Return the format for the repository object in a_bzrdir.
Class Method register_format Undocumented
Class Method unregister_format Undocumented
Class Method get_default_format Return the current default format.
Method is_supported Is this format supported?
Method check_conversion_target Undocumented
Method _run_post_repo_init_hooks Undocumented

Inherited from RepositoryFormat (via RepositoryFormatPack, MetaDirVersionedFileRepositoryFormat, VersionedFileRepositoryFormat):

Method __repr__ Undocumented
Method __eq__ Undocumented
Method __ne__ Undocumented
Class Method find_format Return the format for the repository object in a_bzrdir.
Class Method register_format Undocumented
Class Method unregister_format Undocumented
Class Method get_default_format Return the current default format.
Method is_supported Is this format supported?
Method network_name A simple byte string uniquely identifying this format for RPC calls.
Method check_conversion_target Undocumented
Method _run_post_repo_init_hooks Undocumented
@property
def _serializer(self):
Undocumented
def _get_matching_bzrdir(self):
Undocumented
def _ignore_setting_bzrdir(self, format):
Undocumented
def get_format_string(self):
See RepositoryFormat.get_format_string().
def get_format_description(self):
Return the short description for this format.
def is_deprecated(self):
Is this format deprecated?

Deprecated formats may trigger a user-visible warning recommending the user to upgrade. They are still fully supported.

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