Part of bzrlib.repofmt.groupcompress_repo View In Hierarchy
Known subclasses: bzrlib.repofmt.groupcompress_repo.RepositoryFormat2a
| Method | get_format_string | See RepositoryFormat.get_format_string(). |
| Method | _get_matching_bzrdir | Undocumented |
| Method | _ignore_setting_bzrdir | Undocumented |
Inherited from RepositoryFormatCHK1:
| Method | get_format_description | See RepositoryFormat.get_format_description(). |
Inherited from RepositoryFormatPack (via RepositoryFormatCHK1):
| Method | initialize | Create a pack based repository. |
| Method | open | See RepositoryFormat.open(). |
Inherited from MetaDirRepositoryFormat (via RepositoryFormatCHK1, RepositoryFormatPack):
| 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 RepositoryFormatCHK1, RepositoryFormatPack, 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 | _get_versioned_file_store | Undocumented |
| Method | _run_post_repo_init_hooks | Undocumented |