512
518
:return: Tuple with old path name and new path name
516
521
pb = ui.ui_factory.nested_progress_bar()
522
523
old_path = self.root_transport.abspath('.bzr')
523
525
new_path = self.root_transport.abspath(backup_dir)
525
528
self.root_transport.copy_tree('.bzr', backup_dir)
526
529
return (old_path, new_path)