888
890
def get_branch_transport(self, branch_format, name=None):
889
891
"""See BzrDir.get_branch_transport()."""
891
895
raise errors.NoColocatedBranchSupport(self)
892
896
# XXX: this shouldn't implicitly create the directory if it's just
893
897
# promising to get a transport -- mbp 20090727