From 97a2a3f361b0d3ab9767be3ac008da368185be0b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 20 Oct 2007 13:01:38 -0400 Subject: [PATCH] cleanups --- debian/changelog | 2 +- mr | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index b722e3a..0828531 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,7 +11,7 @@ mr (0.5) UNRELEASED; urgency=low for git pull, any parameters passed to mr update will replace them. [ Alexander Wirt ] - * Add support for mercurial (http://www.selenic.com/mercurial/) + * Add support for mercurial. -- Alexander Wirt Sat, 20 Oct 2007 11:03:27 +0200 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 -- 2.39.2