diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-09-13 17:49:41 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-09-13 17:49:41 +0000 |
commit | 30f5245b45a18c371a9beadb8ec306bba6d244cf (patch) | |
tree | e76d985dab6bf0ac07e4eedee15ea8b84f487be6 | |
parent | 73dbd9babc8784113fea0c633dc16899ef8bf5f3 (diff) | |
download | prt-get-30f5245b45a18c371a9beadb8ec306bba6d244cf.tar.gz prt-get-30f5245b45a18c371a9beadb8ec306bba6d244cf.tar.xz |
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
-rw-r--r-- | src/prtget.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/prtget.cpp b/src/prtget.cpp index 4537c26..38ed33a 100644 --- a/src/prtget.cpp +++ b/src/prtget.cpp @@ -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", |