Add --commit to comment-added as there was previously no way to know which change was being commented on.
This commit is contained in:
		| @@ -208,7 +208,7 @@ public class ApproveCommand extends BaseCommand { | ||||
|     ChangeUtil.touch(change, db); | ||||
|     sendMail(change, change.currentPatchSetId(), cm); | ||||
|  | ||||
|     hooks.doCommentAddedHook(change, currentUser.getAccount(), changeComment, | ||||
|     hooks.doCommentAddedHook(change, currentUser.getAccount(), db.patchSets().get(patchSetId), changeComment, | ||||
|         approvalsMap); | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Shane Mc Cormack
					Shane Mc Cormack