From 7386a1e04f2a07de66a39ada64b511affae5cd03 Mon Sep 17 00:00:00 2001 From: Josip Sokcevic Date: Fri, 12 Feb 2021 19:00:34 +0000 Subject: [PATCH] Add escalation instructions to git cl upload Bug: 1117305 Change-Id: I3233b1ddcbf50ac97a888e08f692193d4d83b3e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2641044 Reviewed-by: Edward Lesmes Commit-Queue: Josip Sokcevic Auto-Submit: Josip Sokcevic --- git_cl.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git_cl.py b/git_cl.py index c02d23ef8..33f4437f2 100755 --- a/git_cl.py +++ b/git_cl.py @@ -2180,6 +2180,8 @@ class Changelist(object): raise GitPushError( 'Failed to create a change. Please examine output above for the ' 'reason of the failure.\n' + 'For emergencies, Googlers can escalate to ' + 'go/gob-support or go/notify#gob\n' 'Hint: run command below to diagnose common Git/Gerrit ' 'credential problems:\n' ' git cl creds-check\n'