Description
Performs three-way merges in Python code. It helps version-control tools, editors, synchronization systems, and document processors combine changes from a base version and two edited versions.
Automatic merges can produce conflicts or incorrect combined output. Review merged results before overwriting important files or publishing changes.