Index: PRESUBMIT.py |
diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
index 158d2ae6f82ed743d6ce934ec93d2b79b5d16f72..3bf616b2dd4f00686486c4505300946aabf4d69d 100644 |
--- a/PRESUBMIT.py |
+++ b/PRESUBMIT.py |
@@ -103,7 +103,7 @@ def _CheckSubversionConfig(input_api, output_api): |
return [ |
output_api.PresubmitError( |
'It looks like you have not configured your subversion config ' |
- 'file.\n' + error_msg) |
+ 'file or it is not up-to-date.\n' + error_msg) |
] |
except (OSError, IOError): |
return [ |