Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Unified Diff: git_cl.py

Issue 1470943002: Add shorter option -d for git cl upload --cq-dry-run. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git_cl.py
diff --git a/git_cl.py b/git_cl.py
index c212300f5918403463246c5fa2f4ceb404b60c3d..4f689f346196219b4529d2143b30ea3339ccacd4 100755
--- a/git_cl.py
+++ b/git_cl.py
@@ -2357,7 +2357,8 @@ def CMDupload(parser, args):
help='email address to use to connect to Rietveld')
parser.add_option('--tbr-owners', dest='tbr_owners', action='store_true',
help='add a set of OWNERS to TBR')
- parser.add_option('--cq-dry-run', dest='cq_dry_run', action='store_true',
+ parser.add_option('-d', '--cq-dry-run', dest='cq_dry_run',
+ action='store_true',
help='Send the patchset to do a CQ dry run right after '
'upload.')
parser.add_option('--dependencies', action='store_true',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698