104
104
rev2 = other.commit('other commit')
105
105
# now push, which should update both checkout and master.
106
106
other.branch.push(checkout.branch)
110
110
def test_push_raises_specific_error_on_master_connection_error(self):
111
111
master_tree = self.make_to_branch_and_tree('master')