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