add "apt full-upgrade" and tweak "apt upgrade"
authorMichael Vogt <mvo@debian.org>
Fri, 24 Jan 2014 19:33:02 +0000 (20:33 +0100)
committerMichael Vogt <mvo@debian.org>
Fri, 24 Jan 2014 19:33:02 +0000 (20:33 +0100)
commit59e81cec3e2277e367f14f113168421909c42035
treecfc300c504eb8b8a3ae46820549c322e12ff884b
parent6d73fe5be080e66a4f6ff2b250ed1957ae7ac063
add "apt full-upgrade" and tweak "apt upgrade"

There is a new "apt full-upgrade" that performs a apt-get dist-upgrade.
"apt dist-upgrade" is still supported as a alias. The "apt upgrade" code
is changed so that it mirrors the behavior of
"apt-get upgrade --with-new-pkgs" and also honors
"apt uprade --no-new-pkgs".
.gitignore
apt-private/private-cmndline.cc
apt-private/private-upgrade.cc
apt-private/private-upgrade.h
cmdline/apt-get.cc
cmdline/apt.cc
test/integration/test-apt-cli-upgrade [new file with mode: 0755]