Include merge result commit in change-merged stream-event
When CI gets a change merged event what the CI most likely wants
to build is not the last patch set of the change but the result
on the target branch.
If the merge of a change was not fast forward these are two
separate commits.
With this change the CI can retrieve the merge result from the
newRev of a change merged event.
Change-Id: I1d61ab253f4028a26cfbf0427b33873c294ee29e
diff --git a/Documentation/cmd-stream-events.txt b/Documentation/cmd-stream-events.txt
index ba3d609..c754f35 100644
--- a/Documentation/cmd-stream-events.txt
+++ b/Documentation/cmd-stream-events.txt
@@ -72,6 +72,8 @@
submitter:: link:json.html#account[account attribute]
+newRev:: The resulting revision of the merge.
+
eventCreatedOn:: Time in seconds since the UNIX epoch when this event was
created.