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. |