Demon has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/74429


Change subject: Fix change-abandoned hook
......................................................................

Fix change-abandoned hook

Bug: 51162
Change-Id: I3602bf92b9c243e4543794c84fa6ad9f835350f0
---
M files/gerrit/hooks/change-abandoned
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/29/74429/1

diff --git a/files/gerrit/hooks/change-abandoned 
b/files/gerrit/hooks/change-abandoned
index b542c62..008dcd8 100755
--- a/files/gerrit/hooks/change-abandoned
+++ b/files/gerrit/hooks/change-abandoned
@@ -11,6 +11,7 @@
         self.parser.add_option("--abandoner", dest="abandoner")
         self.parser.add_option("--reason", dest="reason")
         self.parser.add_option("--topic", dest="topic")
+        self.parser.add_option("--commit", dest="commit")
         (options, args) = self.parser.parse_args()
         reason = options.reason.splitlines()
         if reason:

-- 
To view, visit https://gerrit.wikimedia.org/r/74429
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3602bf92b9c243e4543794c84fa6ad9f835350f0
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Demon <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to