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 3
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
hg_repository.go |
---|
hg_repository_test.go |
---|
util.go |
---|