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:
parent
3f50700045
commit
7e3cbabd0d
@ -1668,6 +1668,8 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
for arg in arg_list:
|
for arg in arg_list:
|
||||||
if conf.config['do_package_tracking'] and is_project_dir(arg):
|
if conf.config['do_package_tracking'] and is_project_dir(arg):
|
||||||
Project(arg).commit(msg=msg)
|
Project(arg).commit(msg=msg)
|
||||||
|
if not msg:
|
||||||
|
msg = edit_message()
|
||||||
args.remove(arg)
|
args.remove(arg)
|
||||||
|
|
||||||
pacs = findpacs(args)
|
pacs = findpacs(args)
|
||||||
|
Loading…
Reference in New Issue
Block a user