Part of bzrlib.tests.per_branch.test_pull View In Hierarchy
Method | test_pull_convergence_simple | Undocumented |
Method | test_pull_merged_indirect | Undocumented |
Method | test_pull_updates_checkout_and_master | Pulling into a checkout updates the checkout and the master branch |
Method | test_pull_local_updates_checkout_only | Pulling --local into a checkout updates the checkout and not the |
Method | test_pull_local_raises_LocalRequiresBoundBranch_on_unbound | Pulling --local into a branch that is not bound should fail. |
Method | test_pull_returns_result | Undocumented |
Method | test_pull_overwrite | Undocumented |
Method | test_pull_merges_and_fetches_tags | Tags are updated by br.pull(source), and revisions named in those |
Method | test_pull_stop_revision_merges_and_fetches_tags | br.pull(source, stop_revision=REV) updates and fetches tags. |
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. |