diff options
-rwxr-xr-x | git-bz | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2701,6 +2701,9 @@ if command == 'add-url': do_add_url(*args) elif command == 'apply': bugs_applied = [] + if not args: + # continue, skip or abort + do_apply(*args) for bug_ref in args: if bug_ref in bugs_applied: continue |