Part of bzrlib.tests.per_branch.test_push View In Hierarchy
Method | test_push_convergence_simple | Undocumented |
Method | test_push_merged_indirect | Undocumented |
Method | test_push_to_checkout_updates_master | Pushing into a checkout updates the checkout and the master branch |
Method | test_push_raises_specific_error_on_master_connection_error | Undocumented |
Method | test_push_new_tag_to_bound_branch | Undocumented |
Method | test_push_uses_read_lock | Push should only need a read lock on the source side. |
Method | test_push_within_repository | Push from one branch to another inside the same repository. |
Method | test_push_overwrite_with_older_mainline_rev | Pushing an older mainline revision with overwrite. |
Method | test_push_overwrite_of_non_tip_with_stop_revision | Combining the stop_revision and overwrite options works. |
Method | test_push_repository_no_branch_doesnt_fetch_all_revs | Undocumented |
Method | test_push_with_default_stacking_does_not_create_broken_branch | Pushing a new standalone branch works even when there's a default |
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. |
This was <https://bugs.launchpad.net/bzr/+bug/386576>.
This was <https://bugs.launchpad.net/bzr/+bug/234229>.
The new branch will preserve the repo format (even if it isn't the default for the branch), and will be stacked when the repo format allows (which means that the branch format isn't necessarly preserved).