Merge remote-tracking branch 'mvo/feature/upgrade-with-new' into debian/sid
authorMichael Vogt <mvo@debian.org>
Tue, 8 Oct 2013 17:59:04 +0000 (19:59 +0200)
committerMichael Vogt <mvo@debian.org>
Tue, 8 Oct 2013 17:59:04 +0000 (19:59 +0200)
1  2 
apt-private/private-cmndline.cc
cmdline/apt-get.cc
doc/apt-get.8.xml

Simple merge
@@@ -1596,9 -1625,10 +1596,9 @@@ void SigWinch(int
  #endif
  }
                                                                        /*}}}*/
 -
 -bool DoUpgrade(CommandLine &CmdL)
 +bool DoUpgrade(CommandLine &CmdL)                                     /*{{{*/
  {
-    if (_config->FindB("APT::Get::UpgradeAllowNew", false) == true)
+    if (_config->FindB("APT::Get::Upgrade-Allow-New", false) == true)
        return DoUpgradeWithAllowNewPackages(CmdL);
     else
        return DoUpgradeNoNewPackages(CmdL);
Simple merge