X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/de3cf4eb2025f65ee6b809277adbcaa287345da9..be8e213dd0edc7efbd5305ce0e735b224c5a46a0:/mr?ds=sidebyside 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 "$@"