~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

Merge 2.0 into 2.1 including fixes for #262450, #373898, #498409

Show diffs side-by-side

added added

removed removed

Lines of Context:
580
580
            # already exists, but it should instead either remove it or make
581
581
            # a new backup directory.
582
582
            #
583
 
            # FIXME: bug 262450 -- the backup directory should have the same
584
 
            # permissions as the .bzr directory (probably a bug in copy_tree)
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,))