/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: Canonical.com Patch Queue Manager
  • Date: 2010-04-28 08:23:34 UTC
  • mfrom: (5158.6.14 components)
  • Revision ID: pqm@pqm.ubuntu.com-20100428082334-tmv91z1h0d99ls8s
(mbp) add ControlComponent base class and standard user_url etc

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    def convert(self):
48
48
        try:
49
49
            branch = self.bzrdir.open_branch()
50
 
            if branch.bzrdir.root_transport.base != \
51
 
                self.bzrdir.root_transport.base:
 
50
            if branch.user_url != self.bzrdir.user_url:
52
51
                ui.ui_factory.note("This is a checkout. The branch (%s) needs to be "
53
52
                             "upgraded separately." %
54
 
                             branch.bzrdir.root_transport.base)
 
53
                             branch.user_url)
55
54
            del branch
56
55
        except (errors.NotBranchError, errors.IncompatibleRepositories):
57
56
            # might not be a format we can open without upgrading; see e.g.