diff --git a/forgebuild.sh b/forgebuild.sh index 3ba95e4..2a39d89 100755 --- a/forgebuild.sh +++ b/forgebuild.sh @@ -178,7 +178,7 @@ updates() { "mercurial"|"hg") if hg incoming; then info pull - if ! hg pull; then + if ! hg pull -u; then error pull_failed return 3 fi