Show More
@@ -613,7 +613,7 b' fn compare_value(' | |||
|
613 | 613 | // eventually. |
|
614 | 614 | (MergePick::Minor, true) |
|
615 | 615 | } else if src_major.path == src_minor.path { |
|
616 |
debug_assert!(src_major.rev != src_m |
|
|
616 | debug_assert!(src_major.rev != src_minor.rev); | |
|
617 | 617 | // we have the same value, but from other source; |
|
618 | 618 | if src_major.is_overwritten_by(src_minor) { |
|
619 | 619 | (MergePick::Minor, false) |
@@ -623,7 +623,7 b' fn compare_value(' | |||
|
623 | 623 | (MergePick::Any, true) |
|
624 | 624 | } |
|
625 | 625 | } else { |
|
626 |
debug_assert!(src_major.rev != src_m |
|
|
626 | debug_assert!(src_major.rev != src_minor.rev); | |
|
627 | 627 | let action = merge_case_for_dest(); |
|
628 | 628 | if src_minor.path.is_some() |
|
629 | 629 | && src_major.path.is_none() |
General Comments 0
You need to be logged in to leave comments.
Login now