Commit 82f2c08a authored by maruel@chromium.org's avatar maruel@chromium.org

Add breakpad support to git-try and trychange.py

Review URL: http://codereview.chromium.org/465128

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@34087 0039d316-1c4b-4281-b951-d872f2087c98
parent 63ebf04d
......@@ -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
......
......@@ -7,7 +7,6 @@ the try server by either writting to a svn repository or by directly connecting
to the server by HTTP.
"""
import datetime
import getpass
import logging
......@@ -20,6 +19,8 @@ import sys
import tempfile
import urllib
import breakpad
import gcl
import scm
import presubmit_support
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment