View | Details | Raw Unified | Return to bug 20388
Collapse All | Expand All

(-)a/git-bz (-1 / +3 lines)
Lines 2701-2706 if command == 'add-url': Link Here
2701
    do_add_url(*args)
2701
    do_add_url(*args)
2702
elif command == 'apply':
2702
elif command == 'apply':
2703
    bugs_applied = []
2703
    bugs_applied = []
2704
    if not args:
2705
        # continue, skip or abort
2706
        do_apply(*args)
2704
    for bug_ref in args:
2707
    for bug_ref in args:
2705
        if bug_ref in bugs_applied:
2708
        if bug_ref in bugs_applied:
2706
            continue
2709
            continue
2707
- 

Return to bug 20388