| Index: gcl.py
|
| diff --git a/gcl.py b/gcl.py
|
| index 77b3ae9725b52fdc070469b025715788e9e4cee0..e5a2a85a96d9784a410c8cf8c5a591f9439861d8 100755
|
| --- a/gcl.py
|
| +++ b/gcl.py
|
| @@ -755,6 +755,10 @@ def GenerateDiff(files):
|
|
|
| def OptionallyDoPresubmitChecks(change_info, committing, args):
|
| if FilterFlag(args, "--no_presubmit") or FilterFlag(args, "--force"):
|
| + breakpad.SendStack(
|
| + 'GclHooksBypassedCommit',
|
| + 'Issue %s/%s bypassed hook when committing' %
|
| + (change_info.rietveld, change_info.issue))
|
| return presubmit_support.PresubmitOutput()
|
| return DoPresubmitChecks(change_info, committing, True)
|
|
|
|
|