31
31
# We don't care about the ouput but 'outf' should be defined
32
32
cmd.outf = tests.StringIOWrapper()
33
33
cmd.run(self.get_url('remote'), directory='branch')
36
36
def test_push_onto_stacked(self):
37
37
self.make_branch_and_tree('base', format='1.9')