X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/42d4edaa0085600180aa529a65a65ea0e20f35d0..8e2f0e9b26f076d144fe5ff9e657f477db648db3:/mr diff --git a/mr b/mr index 2247e52..d4622d9 100755 --- a/mr +++ b/mr @@ -1207,7 +1207,7 @@ git_status = git status "$@" || true bzr_status = bzr status "$@" cvs_status = cvs status "$@" hg_status = hg status "$@" -darcs_status = darcs whatsnew -ls "$@" +darcs_status = darcs whatsnew -ls "$@" || true svn_commit = svn commit "$@" git_commit = git commit -a "$@" && git push --all