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

Unified Diff: tools/check_git_config.py

Issue 485263004: Recognize one more git push error message as ACL related. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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: tools/check_git_config.py
diff --git a/tools/check_git_config.py b/tools/check_git_config.py
index 18b62ef378c195f3a603966564fe644726fd1bc5..f343ff2359d91034c508a195b0a13e2d862b2287 100755
--- a/tools/check_git_config.py
+++ b/tools/check_git_config.py
@@ -70,6 +70,7 @@ BAD_ACL_ERRORS = (
'(prohibited by Gerrit)',
'does not match your user account',
'Invalid user name or password',
+ 'Please make sure you have the correct access rights',
)
« 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