589
598
# FIXME: bug 262450 -- the backup directory should have the same
590
599
# permissions as the .bzr directory (probably a bug in copy_tree)
591
600
old_path = self.root_transport.abspath('.bzr')
593
602
ui.ui_factory.note('making backup of %s\n to %s' % (old_path, new_path,))
595
604
return (old_path, new_path)