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
experimental/szager/collated-output
chase@chromium.org 15 years ago
parent cc51cd03e0
commit b9a9832474

@ -1,4 +1,4 @@
# 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

Loading…
Cancel
Save