-
Committer:
John Arbash Meinel
-
Date:
2008-03-04 14:25:46 UTC
-
mto:
This revision was merged to the branch mainline in
revision
3279.
-
Revision ID:
john@arbash-meinel.com-20080304142546-zuwwy0o9roo14928
Implement cherrypick support for Merge3
When merging a cherrypick, use a slightly different resolve logic.
When encountering a conflict, the new logic does not include lines that
were present in BASE that are conflicting with OTHER.
This is done since a cherrypick is (by definition) avoiding changes that
are present in the base.
(related to bug #151731)