Hi,
Does BC4 have the ability to
1) Open a text file that contains conflict markers in the diff or diff3 format
2) Allow the user to navigate through the conflicts and resolve the conflicts in the bc4 conflict resolver UI
In effect, BC4 should not to re-calculate the file differences itself, but support the conflict resolution process based only on the input file containing the diff conflict markers.
For example, a very simple 2 way diff format input file with conflicts would be
<<<<<<< A
line from A
=======
line from B
>>>>>>> B
Many Thanks,
John
Does BC4 have the ability to
1) Open a text file that contains conflict markers in the diff or diff3 format
2) Allow the user to navigate through the conflicts and resolve the conflicts in the bc4 conflict resolver UI
In effect, BC4 should not to re-calculate the file differences itself, but support the conflict resolution process based only on the input file containing the diff conflict markers.
For example, a very simple 2 way diff format input file with conflicts would be
<<<<<<< A
line from A
=======
line from B
>>>>>>> B
Many Thanks,
John
Comment