Part of bzrlib.bzrdir View In Hierarchy
| Method | __init__ | Undocumented |
| Method | __repr__ | Undocumented |
| Method | get_format_description | See BzrDirFormat.get_format_description(). |
| Method | get_format_string | See BzrDirFormat.get_format_string(). |
| Method | network_name | Undocumented |
| Method | initialize_on_transport | Initialize a new bzrdir in the base directory of a Transport. |
| Method | parse_NoneTrueFalse | Undocumented |
| Method | initialize_on_transport_ex | Create this format on transport. |
| Method | __eq__ | Undocumented |
| Method | get_branch_format | Undocumented |
| Method | _serialize_NoneTrueFalse | Undocumented |
| Method | _serialize_NoneString | Undocumented |
| Method | _initialize_on_transport_ex_rpc | Undocumented |
| Method | _open | See BzrDirFormat._open. |
| Method | __return_repository_format | Circular import protection. |
Inherited from BzrDirMetaFormat1:
| Method | __ne__ | Undocumented |
| Method | set_branch_format | Undocumented |
| Method | require_stacking | We have a request to stack, try to ensure the formats support it. |
| Method | get_converter | See BzrDirFormat.get_converter(). |
| Method | _set_repository_format | Allow changing the repository format for metadir formats. |
| Method | _supply_sub_formats_to | Give other_format the same values for sub formats as this has. |
| Method | __get_workingtree_format | Undocumented |
| Method | __set_workingtree_format | Undocumented |
Inherited from BzrDirFormat (via BzrDirMetaFormat1):
| 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. |
The directory to initialize will be created.
| Parameters | force_new_repo | Do not use a shared repository for the target, even if one is available. |
| create_prefix | Create any missing directories leading up to to_transport. | |
| use_existing_dir | Use an existing directory if one exists. | |
| stacked_on | A url to stack any created branch on, None to follow any target stacking policy. | |
| stack_on_pwd | If stack_on is relative, the location it is relative to. | |
| repo_format_name | If non-None, a repository will be made-or-found. Should none be found, or if force_new_repo is True the repo_format_name is used to select the format of repository to create. | |
| make_working_trees | Control the setting of make_working_trees for a new shared repository when one is made. None to use whatever default the format has. | |
| shared_repo | Control whether made repositories are shared or not. | |
| vfs_only | If True do not attempt to use a smart server | |
| Returns | repo, bzrdir, require_stacking, repository_policy. repo is None if none was created or found, bzrdir is always valid. require_stacking is the result of examining the stacked_on parameter and any stacking policy found for the target. | |