Part of bzrlib.tests.test_bzrdir View In Hierarchy
| Method | initialize_on_transport | Initialize a new .not dir in the base directory of a Transport. |
| Method | open | Open this directory. |
| Class Method | _known_formats | Undocumented |
Inherited from BzrDirFormat:
| Method | get_format_string | Return the ASCII format string that identifies this format. |
| Method | initialize_on_transport_ex | Create this format on transport. |
| 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. |