mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Verify that we work with minimal git of 1.5
This commit is contained in:
parent
29a3d7267c
commit
8f85d70897
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ scm_client_vsn(Path, VsnArg, VsnRegex) ->
|
||||||
end.
|
end.
|
||||||
|
|
||||||
required_scm_client_vsn(hg) -> {1, 1};
|
required_scm_client_vsn(hg) -> {1, 1};
|
||||||
required_scm_client_vsn(git) -> {1, 6};
|
required_scm_client_vsn(git) -> {1, 5};
|
||||||
required_scm_client_vsn(bzr) -> {2, 0};
|
required_scm_client_vsn(bzr) -> {2, 0};
|
||||||
required_scm_client_vsn(svn) -> {1, 6}.
|
required_scm_client_vsn(svn) -> {1, 6}.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue