Commit c6a3c10b authored by maruel@chromium.org's avatar maruel@chromium.org

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
parent 41ec9c03
......@@ -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()
......
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