Add missing '%' symbol (for binary package moves) to the key that's displayed
authorZac Medico <zmedico@gentoo.org>
Sat, 22 Nov 2008 02:00:17 +0000 (02:00 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 22 Nov 2008 02:00:17 +0000 (02:00 -0000)
by _global_updates(). Thanks to Andrew Gaffney <agaffney@g.o> for reporting.
(trunk r12026)

svn path=/main/branches/2.1.6/; revision=12027

pym/portage/__init__.py

index f3a0b14139844bfc8f752c7a46b0f97157631149..0ffcc53365ae6bf3b612edd29a3ecf0170b2401e 100644 (file)
@@ -7228,7 +7228,7 @@ def _global_updates(trees, prev_mtimes):
                        writemsg_stdout("\n\n")
                        writemsg_stdout(green("Performing Global Updates: ")+bold(mykey)+"\n")
                        writemsg_stdout("(Could take a couple of minutes if you have a lot of binary packages.)\n")
-                       writemsg_stdout("  "+bold(".")+"='update pass'  "+bold("*")+"='binary update'  "+bold("@")+"='/var/db move'\n"+"  "+bold("s")+"='/var/db SLOT move' "+bold("S")+"='binary SLOT move' "+bold("p")+"='update /etc/portage/package.*'\n")
+                       writemsg_stdout("  "+bold(".")+"='update pass'  "+bold("*")+"='binary update'  "+bold("@")+"='/var/db move'\n"+"  "+bold("s")+"='/var/db SLOT move' "+bold("%")+"='binary move' "+bold("S")+"='binary SLOT move' "+bold("p")+"='update /etc/portage/package.*'\n")
                        valid_updates, errors = parse_updates(mycontent)
                        myupd.extend(valid_updates)
                        writemsg_stdout(len(valid_updates) * "." + "\n")