93
93
if not allow_unsupported and not format.is_supported():
94
94
# see open_downlevel to open legacy branches.
101
97
def clone(self, url, revision_id=None, basis=None, force_new_repo=False):
102
98
"""Clone this bzrdir and its contents to url verbatim.