580
580
# already exists, but it should instead either remove it or make
581
581
# a new backup directory.
585
583
old_path = self.root_transport.abspath('.bzr')
586
584
new_path = self.root_transport.abspath('backup.bzr')
587
585
ui.ui_factory.note('making backup of %s\n to %s' % (old_path, new_path,))