From f2f500022dc28761956018e07f4a9f6558f59554 Mon Sep 17 00:00:00 2001 From: Yiwei Zhang Date: Fri, 13 Oct 2023 20:40:37 +0000 Subject: [PATCH] git_cl: add a long option for git cl patch -b R=sokcevic Fixed: 1492418 Change-Id: I09b7b05c8eb4968f079303406c474f90c34b66a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4937884 Commit-Queue: Josip Sokcevic Commit-Queue: Yiwei Zhang Auto-Submit: Yiwei Zhang Reviewed-by: Josip Sokcevic --- git_cl.py | 1 + 1 file changed, 1 insertion(+) diff --git a/git_cl.py b/git_cl.py index 7d11600517..406db6464c 100755 --- a/git_cl.py +++ b/git_cl.py @@ -5500,6 +5500,7 @@ def CMDland(parser, args): def CMDpatch(parser, args): """Applies (cherry-picks) a Gerrit changelist locally.""" parser.add_option('-b', + '--branch', dest='newbranch', help='create a new branch off trunk for the patch') parser.add_option('-f',