From cfed92103a2d237b20d8af4d717c085115748986 Mon Sep 17 00:00:00 2001 From: Marcus Huewe Date: Tue, 8 Jan 2013 22:32:27 +0100 Subject: [PATCH] - do_maintainer: support "osc maintainer prj/pkg" syntax --- osc/commandline.py | 1 + 1 file changed, 1 insertion(+) diff --git a/osc/commandline.py b/osc/commandline.py index fd01cc7e..1408f142 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -6507,6 +6507,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. if opts.bugowner_only or opts.bugowner or opts.set_bugowner or opts.set_bugowner_request or subcmd == 'bugowner': roles = [ 'bugowner' ] + args = slash_split(args) if len(args) == 0: try: pac = store_read_package('.')