diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-24 16:14:20 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-24 16:14:20 +0000 |
commit | c6a3c10bf5fd1048518dd772c004ee3c53346235 (patch) | |
tree | 41862e88fbceff4669c8f9360076a79775caebcf /PRESUBMIT.py | |
parent | 41ec9c03d06d7da658656815bb8f411ae1d8cbcf (diff) | |
download | chromium_src-c6a3c10bf5fd1048518dd772c004ee3c53346235.zip chromium_src-c6a3c10bf5fd1048518dd772c004ee3c53346235.tar.gz chromium_src-c6a3c10bf5fd1048518dd772c004ee3c53346235.tar.bz2 |
People hate to read text so put a link directly to the file.
TBR=thakis
TEST=presubmit check is clearer
BUG=none
Review URL: http://codereview.chromium.org/6314017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72336 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r-- | PRESUBMIT.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index ffb668c..158d2ae 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -89,7 +89,9 @@ def _CheckSubversionConfig(input_api, output_api): error_msg = ( 'Please look at http://dev.chromium.org/developers/coding-style to\n' 'configure your subversion configuration file. This enables automatic\n' - 'properties to simplify the project maintenance.') + 'properties to simplify the project maintenance.\n' + 'Pro-tip: just download and install\n' + 'http://src.chromium.org/viewvc/chrome/trunk/tools/build/slave/config\n') try: lines = open(path, 'r').read().splitlines() |