Cette révision appartient à :
belliash 2012-01-16 19:49:10 +01:00
Parent 76c56cbd8a
révision 3ceca3f3f7
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

@ -52,7 +52,7 @@ function pullMercurial() {
run "hg recover"
run "hg revert -aC" || return 1
run "hg purge" || return 1
run "hg pull" || return 1
run "hg pull --update" || return 1
else
run "hg clone ${ADDRESS} ${DIRECTORY}" || return 1
if [ ${BRANCH} != "default" ]; then