586
583
remote_branch_tip = remote_branch.last_revision()
587
584
inter_branch = InterBranch.get(remote_branch, bazaar_branch)
588
585
self._logger.info("Importing branch.")
591
595
self._logger.info("Pushing local import branch to central store.")
592
596
self.pushBazaarBranch(bazaar_branch)
594
597
self._logger.info("Job complete.")
603
600
bzrlib.ui.ui_factory = saved_factory