Browse Source

Tested mercurial checkout down to 1.1

Dave Smith 15 years ago
parent
commit
aea6f66939
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rebar_deps.erl

+ 1
- 1
src/rebar_deps.erl View File

@ -293,7 +293,7 @@ scm_client_vsn(Path, VsnArg, VsnRegex) ->
false
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(bzr) -> {2, 0};
required_scm_client_vsn(svn) -> {1, 6}.

Loading…
Cancel
Save