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

Unified Diff: git-try

Issue 536002: Add --webkit option as a shorthand for -s third_party/WebKit. (Closed)
Patch Set: Created 10 years, 11 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 | « no previous file | trychange.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git-try
diff --git a/git-try b/git-try
index bd78ebf957c7dbf714e7deb3745311f5132e91f2..713372bf67bdb2bd2dc106e1e6b9cff6a48a9818 100755
--- a/git-try
+++ b/git-try
@@ -4,6 +4,7 @@
# found in the LICENSE file.
"""Wrapper for trychange.py for git checkout."""
+import logging
import sys
try:
@@ -35,4 +36,6 @@ if __name__ == '__main__':
'--issue', GetRietveldIssueNumber(),
'--patchset', patchset,
])
+ # Hack around a limitation in logging.
+ logging.getLogger().handlers = []
sys.exit(trychange.TryChange(args, [], False, 'git-try'))
« no previous file with comments | « no previous file | trychange.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698