40
40
tree.commit('some changes')
42
42
rspush(tree, 'example.org:foo', _rsync=mock_rsync)
43
rspush(tree, 'example.org:foo', working_tree = False,
43
45
tree2 = self.make_branch_and_tree('tree2',
44
46
format='knitpack-experimental')
45
47
rspush(tree2, 'example.org:foo', _rsync=mock_rsync)