prt-get: show undecided diffs by default when using "prefer higher"
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1877 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
This commit is contained in:
parent
73dbd9babc
commit
30f5245b45
@ -931,8 +931,7 @@ void PrtGet::printDiff()
|
||||
}
|
||||
}
|
||||
|
||||
if (m_undefinedVersionComp.size() &&
|
||||
(m_parser->all() || m_parser->verbose()) ) {
|
||||
if (m_undefinedVersionComp.size()) {
|
||||
cout << "\n\n" << "Undecidable version differences (use --strict-diff)"
|
||||
<< endl << endl;
|
||||
printFormattedDiffLine("Port",
|
||||
|
Loading…
Reference in New Issue
Block a user