1022
1023
def call_gtabtd(self, path_list, revision_specs, old_url, new_url):
1023
1024
"""Call get_trees_and_branches_to_diff_locked."""
1024
1027
return diff.get_trees_and_branches_to_diff_locked(
1025
path_list, revision_specs, old_url, new_url, self.addCleanup)
1028
path_list, revision_specs, old_url, new_url, exit_stack)
1028
1031
tree = self.make_branch_and_tree('tree')