1171
1171
raise BzrCommandError("Files are in different branches")
1176
1174
if (revision is not None and len(revision) == 2
1177
1175
and not revision[0].needs_branch()
1178
1176
and not revision[1].needs_branch()):
1179
1179
tree1, tree2 = None, None