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