Skip to content

Commit

Permalink
- do_maintainer: support "osc maintainer prj/pkg" syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-h committed Jan 8, 2013
1 parent 737bac5 commit cfed921
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osc/commandline.py
Original file line number Diff line number Diff line change
Expand Up @@ -6507,6 +6507,7 @@ def do_maintainer(self, subcmd, opts, *args):
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('.')
Expand Down

0 comments on commit cfed921

Please sign in to comment.