summaryrefslogtreecommitdiffstats
path: root/tools/check_git_config.py
diff options
context:
space:
mode:
authorvadimsh@chromium.org <vadimsh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-19 21:02:02 +0000
committervadimsh@chromium.org <vadimsh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-19 21:03:26 +0000
commite92d872c35c8876fde77caaba4737c1d70d86b24 (patch)
treeb6103b5bdd4850cdf33bc84669206a7c3c59b77b /tools/check_git_config.py
parent12da5a018741a174f4f3811ea2771438ef3a8ac4 (diff)
downloadchromium_src-e92d872c35c8876fde77caaba4737c1d70d86b24.zip
chromium_src-e92d872c35c8876fde77caaba4737c1d70d86b24.tar.gz
chromium_src-e92d872c35c8876fde77caaba4737c1d70d86b24.tar.bz2
Recognize one more git push error message as ACL related.
TBR=iannucci@chromium.org BUG=399054 NOTRY=true Review URL: https://codereview.chromium.org/485263004 Cr-Commit-Position: refs/heads/master@{#290662} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290662 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/check_git_config.py')
-rwxr-xr-xtools/check_git_config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/check_git_config.py b/tools/check_git_config.py
index 18b62ef..f343ff23 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',
)