X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/fa02bbe2e11fa35b288bd4a33d1def1cc8a81537..0c6bf1b6942db440d4296147175d481d60c27cd4:/mr?ds=sidebyside diff --git a/mr b/mr index 8d90af3..6ace1d8 100755 --- a/mr +++ b/mr @@ -350,9 +350,9 @@ sub loadconfig { } } -__DATA__ -# Some useful actions that mr knows about by default. +# Finally, some useful actions that mr knows about by default. # These can be overridden in ~/.mrconfig. +__DATA__ [default] update = \ if [ -d .svn ]; then \ @@ -376,7 +376,7 @@ commit = \ if [ -d .svn ]; then \ svn commit "$@"; \ elif [ -d .git ]; then \ - git commit -a "$@" && git push --all \ + git commit -a "$@" && git push --all; \ else \ echo "mr commit: unknown repo type"; \ exit 1; \