288
290
self.make_bzrdir('.').get_config().set_default_stack_on('trunk')
289
291
# Push rev-2 to a new branch "remote". It will be stacked on "trunk".
291
293
push._show_push_branch(trunk, 'rev-2', self.get_url('remote'), output)
292
294
# Push rev-3 onto "remote". If "remote" not stacked and is missing the
293
295
# fulltext record for f-id @ rev-1, then this will fail.