Mercurial > hg > soundsoftware-site
diff extra/soundsoftware/update-external-repo.sh @ 299:defe55be97b9 feature_73
Do not show external checkbox/field until the repo has been automatically populated
Pull external Hg as well as git and svn repos
Some textual changes
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 24 Mar 2011 15:48:36 +0000 |
parents | bde4f47b6427 |
children | d3af621ba9d4 |
line wrap: on
line diff
--- a/extra/soundsoftware/update-external-repo.sh Wed Mar 23 17:36:21 2011 +0000 +++ b/extra/soundsoftware/update-external-repo.sh Thu Mar 24 15:48:36 2011 +0000 @@ -85,7 +85,8 @@ ;; *) hg --config extensions.convert= convert --datesort "$remote_repo" "$project_repo_mirror" || - git clone "$remote_repo" "$project_repo_mirror" + git clone "$remote_repo" "$project_repo_mirror" || + hg clone "$remote_repo" "$project_repo_mirror" ;; esac && success=true