mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 11:06:20 +00:00
Tested mercurial checkout down to 1.1
This commit is contained in:
parent
f1ca1be676
commit
aea6f66939
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ scm_client_vsn(Path, VsnArg, VsnRegex) ->
|
||||||
false
|
false
|
||||||
end.
|
end.
|
||||||
|
|
||||||
required_scm_client_vsn(hg) -> {1, 3};
|
required_scm_client_vsn(hg) -> {1, 1};
|
||||||
required_scm_client_vsn(git) -> {1, 6};
|
required_scm_client_vsn(git) -> {1, 6};
|
||||||
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