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