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

Unified Diff: trychange.py

Issue 10915072: add --force option for presubmit command (Closed) Base URL: https://git.chromium.org/chromium/tools/depot_tools.git@master
Patch Set: Created 8 years, 3 months 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 | « git_cl.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trychange.py
diff --git a/trychange.py b/trychange.py
index 042b9391c91e1336ee06a60d5b3b8aa194ab2931..39b827b10bde6d11291562a828494e5c99e172ab 100755
--- a/trychange.py
+++ b/trychange.py
@@ -819,7 +819,7 @@ def TryChange(argv,
checkouts[0].checkout_root,
root_presubmit,
options.project,
- False,
+ options.verbose,
sys.stdout)
except ImportError:
pass
« no previous file with comments | « git_cl.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698