From: Zac Medico Date: Mon, 24 Nov 2008 03:41:04 +0000 (-0000) Subject: Also add 2 spaces after newline, for alignment. X-Git-Tag: v2.2_rc16~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=061fba45cdb8da21b965df6fb95ea69c75a5b2cf;p=portage.git Also add 2 spaces after newline, for alignment. svn path=/main/trunk/; revision=12079 --- diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 9ea660a42..474c9b6e0 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -7254,7 +7254,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("%")+"='binary move' "+bold("S")+"='binary SLOT move'\n"+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'\n "+bold("p")+"='update /etc/portage/package.*'\n") valid_updates, errors = parse_updates(mycontent) myupd.extend(valid_updates) writemsg_stdout(len(valid_updates) * "." + "\n")