summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PRESUBMIT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 158d2ae..3bf616b 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 [