Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Unified Diff: PRESUBMIT.py

Issue 6392037: Add more clarification to subversion/config error. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698