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

Create a difflib parser #10

Closed SeyZ closed 12 years ago

SeyZ commented 12 years ago

I think that diff_match_patch is not adapted for the patch feature. It will be better to remove this dependency and to use the standard difflib library of python and create a difflib parser.

SeyZ commented 12 years ago

Not enough sure that diff_match_patch is not adapted. Need more tests.

This issue will be reopen if the diff_match_patch is really not adapted.