Add support for Mercurial repositories
Review Request #9409 — Created Nov. 29, 2017 and submitted — Latest diff uploaded
RB Gateway now supports Mercurial repositories. Setting
scm
tohg
in a repository entry in the configuration file will enable this
behaviour.Co-authored-by: Henri-Philippe Marceau hmarceau@laurentian.ca
Ran
go fmt ./...
.
Rango test ./...
.Configured a Mercurial repository and made HTTP requests to verify
API responses were correct.