196
210
[('modify', ('f-id', 'new-content\n'))])
198
212
trunk = builder.get_branch()
199
214
trunk.bzrdir.sprout(self.get_url('trunk'), revision_id='rev-1')
200
217
self.make_bzrdir('.').get_config().set_default_stack_on('trunk')
202
220
push._show_push_branch(trunk, 'rev-2', self.get_url('remote'), output)
203
223
remote_branch = Branch.open(self.get_url('remote'))
204
224
trunk.push(remote_branch)