---
mr | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/mr b/mr
index e47834d..31dc583 100755
--- a/mr
+++ b/mr
@@ -1955,11 +1955,11 @@ bzr_commit =
bzr commit "$@" && bzr push
fi
cvs_commit = cvs commit "$@"
-hg_commit = hg commit -m "$@" && hg push
-darcs_commit = darcs record -a -m "$@" && darcs push -a
+hg_commit = hg commit "$@" && hg push
+darcs_commit = darcs record -a "$@" && darcs push -a
fossil_commit = fossil commit "$@"
vcsh_commit = vcsh run "$MR_REPO" git commit -a "$@" && vcsh run "$MR_REPO"
git push --all
-veracity_commit = vv commit -m "@" && vv push
+veracity_commit = vv commit "@" && vv push
git_record = git commit -a "$@"
bzr_record =
@@ -1968,11 +1968,11 @@ bzr_record =
else
bzr commit "$@"
fi
-hg_record = hg commit -m "$@"
-darcs_record = darcs record -a -m "$@"
+hg_record = hg commit "$@"
+darcs_record = darcs record -a "$@"
fossil_record = fossil commit "$@"
vcsh_record = vcsh run "$MR_REPO" git commit -a "$@"
-veracity_record = vv commit -m "@"
+veracity_record = vv commit "@"
svn_push = :
git_push = git push "$@"
--
1.8.1.3
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]