Skip to content
Snippets Groups Projects
Commit 83925d3a authored by Katsunori FUJIWARA's avatar Katsunori FUJIWARA
Browse files

filemerge: refactoring of 'filemerge()'

current 'filemerge.filemerge()' implementation is verfy complicated.

    - it is not easy to add new internal merge tools
      (only by patching on 'filemerge()', or replacing it completely)

    - cleanup of temporary files is unsatisfactory
      ('internal:dump' does not, in fact)

this is patch for refactoring of 'filemerge()' to isolate each
internal merge tool implementations from 'filemerge()', and clean up
common part in it.
parent 47ee41fc
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment