226
227
self.make_bzrdir('.').get_config().set_default_stack_on('trunk')
227
228
# Push rev-2 to a new branch "remote". It will be stacked on "trunk".
229
230
push._show_push_branch(trunk, 'rev-2', self.get_url('remote'), output)
230
231
# Push rev-3 onto "remote". If "remote" not stacked and is missing the
231
232
# fulltext record for f-id @ rev-1, then this will fail.