The CQ now records in Rietveld which patchset was committed. This is what the new comment by chrome-bot looks like:
"Committed patchset #6 (100001) as 12345"
Note: 100001 here stands for the patchset id in Rietveld's datastore, this will be useful for auditing in cases where patchsets are deleted and recreated. We plan to remove this from the commit message once I add logging to record when patchsets are deleted.
Using the one-click revert button on Rietveld will now also output which patchset was reverted, the patchset number will be displayed in the inverted CL's description as well.
Example CLs:
These new messages should be particularly useful for CLs that are committed, reverted, worked on again, and recommitted.
Thanks!