Part of bzrlib.tests.per_branch.test_branch View In Hierarchy
Method | test_bind_unbind | Undocumented |
Method | test_old_bound_location | Undocumented |
Method | test_bind_diverged | Undocumented |
Method | test_unbind_clears_cached_master_branch | b.unbind clears any cached value of b.get_master_branch. |
Method | test_unlocked_does_not_cache_master_branch | Unlocked branches do not cache the result of get_master_branch. |
Method | test_bind_clears_cached_master_branch | b.bind clears any cached value of b.get_master_branch. |
Method | test_set_bound_location_clears_cached_master_branch | b.set_bound_location clears any cached value of b.get_master_branch. |
Inherited from TestCaseWithBranch:
Method | setUp | Undocumented |
Method | get_branch | Undocumented |
Method | get_default_format | Undocumented |
Method | make_branch | Undocumented |
Method | create_tree_with_merge | Create a branch with a simple ancestry. |