From: Joey Hess Date: Thu, 11 Oct 2007 05:42:22 +0000 (-0400) Subject: testing.. X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/2d1194662c33c44c084410fb23c3953bac18e66d?ds=sidebyside testing.. --- diff --git a/mr b/mr index 6a525cd..8d90af3 100755 --- a/mr +++ b/mr @@ -376,7 +376,6 @@ commit = \ if [ -d .svn ]; then \ svn commit "$@"; \ elif [ -d .git ]; then \ - echo git commit -a "$@" && echo git push --all \ git commit -a "$@" && git push --all \ else \ echo "mr commit: unknown repo type"; \