X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/dd605e6061ac68255e7ae7b3e9863f28f5407680..a0e39ece6480004e7c4094655d4b8d2e114770fa:/mr diff --git a/mr b/mr index 8408c61..cb4ff43 100755 --- a/mr +++ b/mr @@ -1891,7 +1891,7 @@ bzr_update = bzr merge --pull "$@" fi cvs_update = cvs update "$@" -hg_update = hg pull "$@" && hg update "$@" +hg_update = hg pull "$@"; hg update "$@" darcs_update = darcs pull -a "$@" fossil_update = fossil pull "$@" vcsh_update = vcsh run "$MR_REPO" git pull "$@"