745
745
this_i = weave.lookup(this_revision_id)
746
746
other_i = weave.lookup(other_revision_id)
747
747
plan = weave.plan_merge(this_i, other_i)
750
751
def text_merge(self, file_id, trans_id):
751
752
"""Perform a (weave) text merge for a given file and file-id.