flake8
passed.
JSHint
passed.
Review Request #10022 — Created June 14, 2018 and submitted
The Git implementation of parsing a push event is no longer a panic!
It now successfully handles the output of apost-receivehook. This
will allow us to install a Git hook that can hit Review Board to close
review requests mentioned in commits pushed to a Git repository.
Ran
go fmt ./....
Rango test ./....
Revision 2 (+526 -1)