Part of bzrlib.bzrdir View In Hierarchy
Known subclasses: bzrlib.bzrdir.BzrDirFormat5, bzrlib.bzrdir.BzrDirFormat6
| Method | initialize_on_transport_ex | See BzrDirFormat.initialize_on_transport_ex. |
Inherited from BzrDirFormat:
| Method | get_format_string | Return the ASCII format string that identifies this format. |
| Method | initialize_on_transport | Initialize a new bzrdir in the base directory of a 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 | _open | Template method helper for opening BzrDirectories. |
| Method | _supply_sub_formats_to | Give other_format the same values for sub formats as this has. |