summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgit-bz3
1 files changed, 3 insertions, 0 deletions
diff --git a/git-bz b/git-bz
index de626c0..fd95b36 100755
--- a/git-bz
+++ b/git-bz
@@ -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