mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-06 21:28:42 +02:00
add "review" and "superseded" as known request states.
This commit is contained in:
@@ -1691,7 +1691,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
|
||||
# list and approvenew
|
||||
elif cmd == 'list' or cmd == 'approvenew':
|
||||
states = ('new', 'accepted', 'revoked', 'declined')
|
||||
states = ('new', 'accepted', 'revoked', 'declined', 'review', 'superseded')
|
||||
who = ''
|
||||
if cmd == 'approvenew':
|
||||
states = ('new')
|
||||
|
Reference in New Issue
Block a user