/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/upgrade.py

  • Committer: Robert Collins
  • Date: 2008-04-04 00:43:07 UTC
  • mfrom: (3331 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3333.
  • Revision ID: robertc@robertcollins.net-20080404004307-0whomfhm3yal2rvw
Resolve conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
 
69
69
    def _backup_control_dir(self):
70
70
        self.pb.note('making backup of tree history')
71
 
        self.transport.copy_tree('.bzr', '.bzr.backup')
72
 
        self.pb.note('%s.bzr has been backed up to %s.bzr.backup',
 
71
        self.transport.copy_tree('.bzr', 'backup.bzr')
 
72
        self.pb.note('%s.bzr has been backed up to %sbackup.bzr',
73
73
             self.transport.base,
74
74
             self.transport.base)
75
75
        self.pb.note('if conversion fails, you can move this directory back to .bzr')