mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-29 15:56:17 +01:00
speak about supersed when doing a supersed ;)
This commit is contained in:
parent
77f01091a4
commit
a1230a0302
@ -885,7 +885,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
if len(myreqs) > 0:
|
if len(myreqs) > 0:
|
||||||
print 'You already created the following submit request: %s.' % \
|
print 'You already created the following submit request: %s.' % \
|
||||||
', '.join([str(i.reqid) for i in myreqs ])
|
', '.join([str(i.reqid) for i in myreqs ])
|
||||||
repl = raw_input('Revoke the old requests? (y/n/c) ')
|
repl = raw_input('Supersed the old requests? (y/n/c) ')
|
||||||
if repl.lower() == 'c':
|
if repl.lower() == 'c':
|
||||||
print >>sys.stderr, 'Aborting'
|
print >>sys.stderr, 'Aborting'
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user