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

Unified Diff: git-try

Issue 465128: Add breakpad support to git-try and trychange.py (Closed)
Patch Set: Created 11 years 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 39849176aa78d98abff68a355dd46b22969053df..ebb6525a0653591ca306787b2637844dd7b18623 100755
--- a/git-try
+++ b/git-try
@@ -2,16 +2,20 @@
# Copyright (c) 2009 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+"""Wrapper for trychange.py for git checkout."""
import getpass
import optparse
import os
+import re
import subprocess
+import sys
import tempfile
import traceback
import urllib
-import sys
-import re
+
+import breakpad
+
import trychange
« 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