~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_upgrade.py

  • Committer: Alexander Belchenko
  • Date: 2008-02-06 15:33:12 UTC
  • mto: This revision was merged to the branch mainline in revision 3231.
  • Revision ID: bialix@ukr.net-20080206153312-qycs7u05d7fjtwqq
Ian's review

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
            ['upgrade', '--format=metaweave', url])
110
110
        self.assertEqualDiff("""starting upgrade of %s
111
111
making backup of tree history
112
 
%s.bzr has been backed up to %sbackup.bzr
 
112
%s.bzr has been backed up to %s.bzr.backup
113
113
if conversion fails, you can move this directory back to .bzr
114
114
if it succeeds, you can remove this directory if you wish
115
115
starting upgrade from format 5 to 6
133
133
            ['upgrade', '--format=knit', url])
134
134
        self.assertEqualDiff("""starting upgrade of %s
135
135
making backup of tree history
136
 
%s.bzr has been backed up to %sbackup.bzr
 
136
%s.bzr has been backed up to %s.bzr.backup
137
137
if conversion fails, you can move this directory back to .bzr
138
138
if it succeeds, you can remove this directory if you wish
139
139
starting repository conversion
172
172
        out, err = self.run_bzr(['upgrade', '--format=knit', url])
173
173
        self.assertEqualDiff("""starting upgrade of %s
174
174
making backup of tree history
175
 
%s.bzr has been backed up to %sbackup.bzr
 
175
%s.bzr has been backed up to %s.bzr.backup
176
176
if conversion fails, you can move this directory back to .bzr
177
177
if it succeeds, you can remove this directory if you wish
178
178
starting upgrade from format 6 to metadir