/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/tests/blackbox/test_upgrade.py

remove all trailing whitespace from bzr source

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
 
75
75
    def test_upgrade_up_to_date_checkout_warns_branch_left_alone(self):
76
76
        # when upgrading a checkout, the branch location and a suggestion
77
 
        # to upgrade it should be emitted even if the checkout is up to 
 
77
        # to upgrade it should be emitted even if the checkout is up to
78
78
        # date
79
79
        (out, err) = self.run_bzr('upgrade current_format_checkout', retcode=3)
80
80
        self.assertEqual("This is a checkout. The branch (%s) needs to be "
90
90
        pass
91
91
 
92
92
    def test_upgrade_repository_scans_branches(self):
93
 
        # we should get individual upgrade notes for each branch even the 
 
93
        # we should get individual upgrade notes for each branch even the
94
94
        # anonymous branch
95
95
        pass
96
96
 
122
122
            bzrdir.BzrDirMetaFormat1))
123
123
 
124
124
    def test_upgrade_explicit_knit(self):
125
 
        # users can force an upgrade to knit format from a metadir weave 
 
125
        # users can force an upgrade to knit format from a metadir weave
126
126
        # branch
127
127
        url = get_transport(self.get_url('metadir_weave_branch')).base
128
128
        # check --format takes effect