ports/textproc/py-merge3/pkg-descr
Matthew D. Fuller 482b709de3 textproc/py-merge3: new port
A Python implementation of 3-way merge of texts.

Given BASE, OTHER, THIS, tries to produce a combined text incorporating
the changes from both BASE->OTHER and BASE->THIS. All three will
typically be sequences of lines.

WWW: https://github.com/breezy-team/merge3

PR:		267681
2023-05-25 11:39:34 +02:00

5 lines
220 B
Text

A Python implementation of 3-way merge of texts.
Given BASE, OTHER, THIS, tries to produce a combined text incorporating
the changes from both BASE->OTHER and BASE->THIS. All three will
typically be sequences of lines.