Add support for Mercurial repositories

Review Request #9409 — Created Nov. 29, 2017 and submitted — Latest diff uploaded

Information

rb-gateway
master
974ed29...

Reviewers

RB Gateway now supports Mercurial repositories. Setting scm to hg
in a repository entry in the configuration file will enable this
behaviour.

Co-authored-by: Henri-Philippe Marceau hmarceau@laurentian.ca

Ran go fmt ./....
Ran go test ./....

Configured a Mercurial repository and made HTTP requests to verify
API responses were correct.

Diff Revision 5

This is not the most recent revision of the diff. The latest diff is revision 14. See what's changed.

orig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Gopkg.lock
Gopkg.toml
config/config.go
helpers/git.go
helpers/hg.go
repositories/hg.go
repositories/hg_test.go
Loading...