65
66
"""Return true if this bzrdir is one whose format we can convert from."""
69
71
"""Check whether format is a supported format.
71
73
If allow_unsupported is True, this is a no-op.
73
75
if not allow_unsupported and not format.is_supported():
76
83
def clone(self, url, revision_id=None, basis=None, force_new_repo=False):
77
84
"""Clone this bzrdir and its contents to url verbatim.