/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Jelmer Vernooij
  • Date: 2010-03-22 13:59:33 UTC
  • mfrom: (5105 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5106.
  • Revision ID: jelmer@samba.org-20100322135933-7i7vyau8mvjoqvpf
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
602
602
            # already exists, but it should instead either remove it or make
603
603
            # a new backup directory.
604
604
            #
605
 
            # FIXME: bug 262450 -- the backup directory should have the same
606
 
            # permissions as the .bzr directory (probably a bug in copy_tree)
607
605
            old_path = self.root_transport.abspath('.bzr')
608
606
            new_path = self.root_transport.abspath(backup_dir)
609
607
            ui.ui_factory.note('making backup of %s\n  to %s' % (old_path, new_path,))