This commit is contained in:
Serdar Dalgıç
2009-05-21 20:57:29 +00:00
parent 5deda08937
commit 695a6f15c5
+1 -1
View File
@@ -113,7 +113,7 @@ def upgrade_pkg_names(A = [], repo=None):
ctx.ui.info(_('No packages to upgrade.'))
return True
# Force upgrading of installed but replaced packages or else they wil be removed (they are obsoleted also).
# Force upgrading of installed but replaced packages or else they will be removed (they are obsoleted also).
# This is not wanted for a replaced driver package (eg. nvidia-X).
A |= set(replaces.values())