Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b803880 authored by Langes72's avatar Langes72 Committed by Steve Kondik
Browse files

RepoPick: Actually skip merged commit instead of exiting

PS2: add missing semicolon

Change-Id: Ib67f2444878bcde23acc0300782b68c791989286
parent d192ab85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -238,7 +238,7 @@ for change in args.change_number:
            print("!! Force-picking a merged commit !!\n")
        else:
            print("Commit already merged. Skipping the cherry pick.\nUse -f to force this pick.")
            sys.exit(1)
            continue;

    # Convert the project name to a project path
    #   - check that the project path exists