python3-three-merge

Perform a 3-way merge between strings at a character level
  https://github.com/spyder-ide/three-merge
  0
  no reviews



This library is based on the diff-match-patch library. This library performs merges at a character level, as opposed to most VCS systems, which opt for a line-based approach.