X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/1610ff290fb8fd39be43f5063163751a36e17f1e..97a2a3f361b0d3ab9767be3ac008da368185be0b:/mr diff --git a/mr b/mr index a3d3a45..65b0b1d 100755 --- a/mr +++ b/mr @@ -833,7 +833,7 @@ status = elif [ -d "$MR_REPO"/CVS ]; then cvs status "$@" elif [ -d "$MR_REPO"/.hg ]; then - hg status "$@" + hg status "$@" else error "unknown repo type" fi @@ -847,7 +847,7 @@ commit = elif [ -d "$MR_REPO"/CVS ]; then cvs commit "$@" elif [ -d "$MR_REPO"/.hg ]; then - hg commit -m "$@" && hg push + hg commit -m "$@" && hg push else error "unknown repo type" fi