From: Joey Hess Date: Mon, 9 Jan 2012 21:14:55 +0000 (-0400) Subject: make veracity commit push X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/1f9664072eba6ade88350eb595e67520993b8fd9 make veracity commit push I assume vv commit does not auto-push --- diff --git a/mr b/mr index 1307b54..58ebceb 100755 --- a/mr +++ b/mr @@ -1905,7 +1905,7 @@ cvs_commit = cvs commit "$@" hg_commit = hg commit -m "$@" && hg push darcs_commit = darcs record -a -m "$@" && darcs push -a fossil_commit = fossil commit "$@" -veracity_commit = vv commit -m "@" +veracity_commit = vv commit -m "@" && vv push git_record = git commit -a "$@" bzr_record =