1068
1068
def clone(self, to_location, revision=None, basis_branch=None, to_branch_type=None):
1069
1069
print "FIXME: clone via create and fetch is probably faster when versioned file comes in."
1076
1073
return self._clone_weave(to_location, revision, basis_branch)
1078
return Branch.clone(self, to_location, revision, basis_branch, to_branch_type)
1075
return Branch.clone(self, to_location, revision, basis_branch, to_branch_type)
1080
1077
def fileid_involved_between_revs(self, from_revid, to_revid):
1081
1078
"""Find file_id(s) which are involved in the changes between revisions.