X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/9554e5ff116b47f88f110f6fd710d5b1da42d724..af9a9d12caffaccb04e0e989a5b71e18370953f4:/mr diff --git a/mr b/mr index 4dabe9a..182e6b3 100755 --- a/mr +++ b/mr @@ -1303,7 +1303,7 @@ git_push = git push "$@" bzr_push = bzr push "$@" cvs_push = : hg_push = hg push "$@" -darcs_push = darcs push -a +darcs_push = darcs push -a "$@" svn_diff = svn diff "$@" git_diff = git diff "$@" @@ -1388,6 +1388,7 @@ online = info "no offline commands to run" fi offline = + umask 077 touch ~/.mrlog info "offline mode enabled" remember =