From 4c73a41e7b7234ace7df43e1d09a675ba3ebe341 Mon Sep 17 00:00:00 2001 From: "Dr. Peter Poeml" Date: Tue, 9 Jun 2009 09:34:25 +0000 Subject: [PATCH] osc update: - Sort the list of packages before updating. This makes it easier, when updating a project with many packages, to follow progress. --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index 88e43fc2..9ba053a8 100755 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -1708,7 +1708,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. prj.checkout_missing_pacs() args.remove(arg) - + args.sort() pacs = findpacs(args) if (opts.expand_link and opts.unexpand_link) \