mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-26 22:56:15 +01:00
prompt for message also when comitting entire projects
This commit is contained in:
parent
3f50700045
commit
7e3cbabd0d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user