1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-27 15:06:15 +01:00

prompt for message also when comitting entire projects

This commit is contained in:
Ludwig Nussel 2009-08-19 11:28:10 +00:00
parent 3f50700045
commit 7e3cbabd0d

View File

@ -1668,6 +1668,8 @@ Please submit there instead, or use --nodevelproject to force direct submission.
for arg in arg_list:
if conf.config['do_package_tracking'] and is_project_dir(arg):
Project(arg).commit(msg=msg)
if not msg:
msg = edit_message()
args.remove(arg)
pacs = findpacs(args)