| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index ffb668cd1e9bed5aa9beebabf853f7b5cb68e661..158d2ae6f82ed743d6ce934ec93d2b79b5d16f72 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()
|
|
|