Reorganize helpers/ package in prep for HG support
Review Request #10007 — Created June 7, 2018 and submitted — Latest diff uploaded
All the repo helpers were focused around Git support. However, we also
are going to be landed Hg support soon and will need some equivalent
methods for Hg. Things have been appropriately renamed appropriately to
reference the fact that they create Git repositories.
Ran
go fmt ./...
.
Rango test ./...
.
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 4. See what's changed.
orig
1
2
3
4
api/routes_test.go | ||
config/config_test.go | ||
helpers/config.go Was helpers/config_helpers.go | ||
helpers/git.go Was helpers/repo_helpers.go | ||
helpers/repo.go | ||
repositories/git_test.go |
api/routes_test.go |
---|
config/config_test.go |
---|
helpers/config_helpers.go |
---|
helpers/repo_helpers.go |
---|
helpers/repo.go |
---|
repositories/git_test.go |
---|