From: Joey Hess Date: Thu, 11 Oct 2007 05:42:08 +0000 (-0400) Subject: testing.. X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/99a9fd6c2b74cb771d07996f6f027d007d50239a?ds=sidebyside testing.. --- diff --git a/mr b/mr index 8d90af3..6a525cd 100755 --- a/mr +++ b/mr @@ -376,6 +376,7 @@ 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"; \