33
33
if self.bzrdir.root_transport.is_readonly():
34
34
raise errors.UpgradeReadonly
35
35
self.transport = self.bzrdir.root_transport
40
43
branch = self.bzrdir.open_branch()
41
44
if branch.bzrdir.root_transport.base != self.bzrdir.root_transport.base:
42
45
self.pb.note("This is a checkout. The branch (%s) needs to be "