X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/01ec3b770fb914f3f2210a9b6106e9ea82bf0e6b..8e2f0e9b26f076d144fe5ff9e657f477db648db3:/mr diff --git a/mr b/mr index 4c7be3d..d4622d9 100755 --- a/mr +++ b/mr @@ -607,7 +607,7 @@ sub record { #{{{ elsif ($ret == FAILED) { if ($interactive) { chdir($dir) unless $no_chdir; - print STDERR "mr: starting interactive shell. Exit shell to continue.\n"; + print STDERR "mr: Starting interactive shell. Exit shell to continue.\n"; system((getpwuid($<))[8]); } push @failed, $dir; @@ -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