Show More
@@ -731,11 +731,13 fn compare_value<A: Fn(Revision, Revisio | |||
|
731 | 731 | } else { |
|
732 | 732 | // The last value comes the current merge, this value -will- win |
|
733 | 733 | // eventually. |
|
734 | oracle.record_overwrite(src_minor.rev, src_major.rev); | |
|
734 | 735 | MergePick::Major |
|
735 | 736 | } |
|
736 | 737 | } else if src_minor.rev == current_merge { |
|
737 | 738 | // The last value comes the current merge, this value -will- win |
|
738 | 739 | // eventually. |
|
740 | oracle.record_overwrite(src_major.rev, src_minor.rev); | |
|
739 | 741 | MergePick::Minor |
|
740 | 742 | } else if src_major.path == src_minor.path { |
|
741 | 743 | // we have the same value, but from other source; |
General Comments 0
You need to be logged in to leave comments.
Login now