summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-24 16:14:20 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-24 16:14:20 +0000
commitc6a3c10bf5fd1048518dd772c004ee3c53346235 (patch)
tree41862e88fbceff4669c8f9360076a79775caebcf /PRESUBMIT.py
parent41ec9c03d06d7da658656815bb8f411ae1d8cbcf (diff)
downloadchromium_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.py4
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()