SeyZ / baboon

Detect source code merge conflicts in realtime. Simply get rid of merge hells.
http://baboon-project.org
120 stars 9 forks source link

Support deleted file #5

Closed SeyZ closed 12 years ago

SeyZ commented 12 years ago

When a file is deleted, a diff must be generated with minus on all lines in order to detect conflict.

SeyZ commented 12 years ago

Fixed but the diff_match_patch library is not adapted. The threshold of applying patch is too relax or too sever. I think that we need to recode a patch apply method.