Commit b9a98324 authored by chase@chromium.org's avatar chase@chromium.org

Import from git_cl instead of git_cl_repo.

Also update the PRESUBMIT check to exclude git_cl/.

BUG=none
TEST=git-cl hooks run
TBR=maruel@chromium.org
Review URL: http://codereview.chromium.org/5998008

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@70108 0039d316-1c4b-4281-b951-d872f2087c98
parent cc51cd03
# Copyright (c) 2009 The Chromium Authors. All rights reserved.
# Copyright (c) 2010 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.
......@@ -29,7 +29,7 @@ def CommonChecks(input_api, output_api):
white_list = [r'.*\.py$', r'.*git-try$']
black_list = list(input_api.DEFAULT_BLACK_LIST) + [
r'.*cpplint\.py$', r'.*git_cl_repo.*']
r'.*cpplint\.py$', r'.*git_cl\/.*']
output.extend(input_api.canned_checks.RunPylint(
input_api,
output_api,
......
......@@ -8,8 +8,8 @@ import sys
import breakpad # pylint: disable=W0611
from git_cl_repo import git_cl
from git_cl_repo import upload
from git_cl import git_cl
from git_cl import upload
import presubmit_support
import scm
......
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