From: Joey Hess Date: Sun, 15 Aug 2010 16:34:55 +0000 (-0400) Subject: typo X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/be8e213dd0edc7efbd5305ce0e735b224c5a46a0?ds=sidebyside typo --- diff --git a/mr b/mr index 4350dad..839401f 100755 --- a/mr +++ b/mr @@ -1594,7 +1594,7 @@ git_record = git commit -a "$@" bzr_record = bzr commit "$@" hg_record = hg commit -m "$@" darcs_record = darcs record -a -m "$@" -fossil_record = git commit "$@" +fossil_record = fossil commit "$@" svn_push = : git_push = git push "$@"