1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 17:26:15 +02:00

speak about supersed when doing a supersed ;)

This commit is contained in:
Adrian Schröter 2010-02-12 11:16:37 +01:00
parent 77f01091a4
commit a1230a0302

View File

@ -885,7 +885,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
if len(myreqs) > 0:
print 'You already created the following submit request: %s.' % \
', '.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':
print >>sys.stderr, 'Aborting'
sys.exit(1)