b.p.w.r.RepositoryFormat7(MetaDirVersionedFileRepositoryFormat) : class documentation

Part of bzrlib.plugins.weave_fmt.repository View In Hierarchy

Bzr repository 7.

This repository format has:
  • weaves for file texts and inventory
  • hash subdirectory based stores.
  • TextStores for revisions and signatures.
  • a format marker of its own
  • an optional 'shared-storage' flag
  • an optional 'no-working-trees' flag
Method get_format_string See RepositoryFormat.get_format_string().
Method get_format_description See RepositoryFormat.get_format_description().
Method initialize Create a weave repository.
Method open See RepositoryFormat.open().
Method is_deprecated Is this format deprecated?
Method _serializer Undocumented
Method _get_inventories Undocumented
Method _get_revisions Undocumented
Method _get_signatures Undocumented
Method _get_texts Undocumented

Inherited from MetaDirRepositoryFormat (via 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 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 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_format_string(self):
See RepositoryFormat.get_format_string().
def get_format_description(self):
See RepositoryFormat.get_format_description().
def _get_inventories(self, repo_transport, repo, name='inventory'):
Undocumented
def _get_revisions(self, repo_transport, repo):
Undocumented
def _get_signatures(self, repo_transport, repo):
Undocumented
def _get_texts(self, repo_transport, repo):
Undocumented
def initialize(self, a_bzrdir, shared=False):
Create a weave repository.
ParameterssharedIf true the repository will be initialized as a shared repository.
def open(self, a_bzrdir, _found=False, _override_transport=None):
See RepositoryFormat.open().
Parameters_override_transportINTERNAL USE ONLY. Allows opening the repository at a slightly different url than normal. I.e. during 'upgrade'.
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.