Index: git_cl.py |
diff --git a/git_cl.py b/git_cl.py |
index af8b0a859f1eeb64cec19e6f5525b074847955eb..fef3de9a6bd74946ac11ddf1f4e99fec9e41a611 100755 |
--- a/git_cl.py |
+++ b/git_cl.py |
@@ -2523,7 +2523,7 @@ class _GerritChangelistImpl(_ChangelistCodereviewBase): |
print 'git-cl: Added Change-Id to commit message.' |
return new_log_desc |
else: |
- print >> sys.stderr, 'ERROR: Gerrit commit-msg hook not available.' |
+ DieWithError('ERROR: Gerrit commit-msg hook not available.') |
Bons
2016/05/24 15:22:36
would it better if instead of saying "available" i
tandrii(chromium)
2016/05/31 15:21:23
agree.
|
def SetCQState(self, new_state): |
"""Sets the Commit-Queue label assuming canonical CQ config for Gerrit.""" |