20 lines
1017 B
Plaintext
20 lines
1017 B
Plaintext
# HOW TO EDIT THIS FILE:
|
|
# The "handy ruler" below makes it easier to edit a package description.
|
|
# Line up the first '|' above the ':' following the base package name, and
|
|
# the '|' on the right side marks the last column you can put a character in.
|
|
# You must make exactly 11 lines for the formatting to be correct. It's also
|
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
|
|
|
|-----handy-ruler------------------------------------------------------|
|
|
python3-three-merge: python3-three-merge (perform 3-way merge between strings)
|
|
python3-three-merge:
|
|
python3-three-merge: three-merge is a simple Python library to perform a 3-way merge
|
|
python3-three-merge: between strings, based on diff-match-patch. This library performs
|
|
python3-three-merge: merges at a character level, as opposed to most VCS systems, which
|
|
python3-three-merge: opt for a line-based approach.
|
|
python3-three-merge:
|
|
python3-three-merge:
|
|
python3-three-merge:
|
|
python3-three-merge:
|
|
python3-three-merge:
|