From b9302a38b620c82c41834944f3adb49e8de7da9d Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 14 Aug 2020 14:04:03 +0200 Subject: [PATCH] =?UTF-8?q?Issue=C2=A0#6=20-=20Restore=20continue,=20skip?= =?UTF-8?q?=20and=20abort?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://bugs.koha-community.org/show_bug.cgi?id=20388 --- git-bz | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.11.0