X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/cf8b5e73c2f1c3eb21ddeb9a00e4d70f8720239b..080ad719ad774540f7f2f340d14e0bb948c775dc:/mr?ds=sidebyside diff --git a/mr b/mr index 441c2e2..856de11 100755 --- a/mr +++ b/mr @@ -490,7 +490,7 @@ status = \ elif [ -d "$MR_REPO"/.git ]; then \ git status "$@" || true; \ elif [ -d "$MR_REPO"/CVS ]; then \ - echo "cvs status not run (too ugly)"; \ + cvs status "$@"; \ else \ error "unknown repo type"; \ fi