Part of bzrlib.bzrdir View In Hierarchy
| Method | __init__ | Constructor. |
| Method | acquire_repository | Implementation of RepositoryAcquisitionPolicy.acquire_repository |
Inherited from RepositoryAcquisitionPolicy:
| Method | configure_branch | Apply any configuration data from this policy to the branch. |
| Method | requires_stacking | Return True if this policy requires stacking. |
| Method | _get_full_stack_on | Get a fully-qualified URL for the stack_on location. |
| Method | _add_fallback | Add a fallback to the supplied repository, if stacking is set. |
| Parameters | bzrdir | The bzrdir to create the repository on. |
| stack_on | A location to stack on | |
| stack_on_pwd | If stack_on is relative, the location it is relative to. |