From: Joey Hess Date: Wed, 19 Mar 2008 20:06:49 +0000 (-0400) Subject: simplification X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/974251824556a96bd670d48c2ffcf4c0a9c12426?ds=inline;pf=code simplification --- diff --git a/mr b/mr index 87618a2..412209d 100755 --- a/mr +++ b/mr @@ -1183,12 +1183,7 @@ git_bare_test = test "`GIT_CONFIG="$MR_REPO"/config git config --get core.bare`" = true svn_update = svn update "$@" -git_update = - if [ "$@" ]; then - git pull "$@" - else - git pull - fi +git_update = git pull "$@" bzr_update = bzr merge "$@" cvs_update = cvs update "$@" hg_update = hg pull "$@" && hg update "$@"