From 60ed892beb9897bcd3d162a4057de13f6979dc34 Mon Sep 17 00:00:00 2001 From: Marcus Huewe Date: Thu, 3 May 2012 22:30:50 +0200 Subject: [PATCH] - "osc review show -G group" respect group in interactive review (Note: the group is ignored when using the --edit option) --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index df9a8dbd..2add6629 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -2071,7 +2071,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. '(request has no \'submit\' action)') return request_interactive_review(apiurl, r, 'e') elif (opts.interactive or conf.config['request_show_interactive']) and not opts.non_interactive: - return request_interactive_review(apiurl, r) + return request_interactive_review(apiurl, r, group=opts.group) else: print r if opts.source_buildstatus: