hg: Don't forget to update working dir to reflect update

This commit is contained in:
southerntofu 2022-01-07 14:55:16 +01:00
parent 07889f19b3
commit a98e43a5c4
1 changed files with 1 additions and 1 deletions

View File

@ -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