So, the original file is:
Code: Select all
Foo
Bar
Code: Select all
Foo
BAZ
Bar
Code: Select all
Foo
BUQ
Bar
Code: Select all
Foo
BAZ
BUQ
Bar
Currently, I'm choosing whichever is longer and cutting and pasting the other one in, but that makes DiffMerge tell me that there's still a difference I need to fix...
Is there a better way to do this?