~ubuntu-branches/ubuntu/hardy/bzr/hardy-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Adeodato Simó
  • Date: 2008-03-21 17:56:59 UTC
  • mfrom: (1.1.38 upstream)
  • Revision ID: james.westby@ubuntu.com-20080321175659-2qzn8h5axi1oz2x2
Tags: 1.3-1
Final 1.3 release.

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 %s.bzr.backup
 
112
%s.bzr has been backed up to %sbackup.bzr
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 %s.bzr.backup
 
136
%s.bzr has been backed up to %sbackup.bzr
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 %s.bzr.backup
 
175
%s.bzr has been backed up to %sbackup.bzr
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