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