Create PushPayloads with Mercurial
Review Request #10021 — Created June 14, 2018 and submitted — Latest diff uploaded
The Mercurial SCM implementation now supports parsing the environment
created by achangegroup
event (which occurs when the repository
receives a set of commits) and creating aPushPayload
. This will allow
us to install a Mercurial hook that can hit Review Board to close review
requests mentioned in commits pushed to a Mercurial repository.The Git implementation is currently a
panic()
since it cannot
be triggered by anything external. Git support is coming in a future
patch.
Ran
go fmt ./...
.
Rango test ./...
.