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.
Diff Revision 12
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 |
---|