300
300
'other:' pseudo-revision.
302
302
from bzrlib import plan_merge
310
304
last_revision_a = self._get_file_revision(file_id, vf, 'this:')
311
305
last_revision_b = other._get_file_revision(file_id, vf, 'other:')
312
306
plan = plan_merge.PlanMerge(last_revision_a, last_revision_b, vf)