From b85739ddd6bf1f01030aa3e694926f2fa3370ccc Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Tue, 18 Oct 2011 14:23:30 +0200 Subject: [PATCH] Release of v0.20111018 * Fixed issue where vcsh init & clone would print help as they tried to call currently non-existant vcsh use --- vcsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcsh b/vcsh index ba601b4..9514f05 100755 --- a/vcsh +++ b/vcsh @@ -146,7 +146,7 @@ elif [ "$1" = 'clone' ]; then echo "$SELF: fatal: will stop after fetching and not try to merge!\n" && exit 3 git merge origin/master - vcsh use $REPO_NAME +# vcsh use $REPO_NAME verbose "clone end" elif [ "$1" = 'init' ]; then @@ -154,7 +154,7 @@ elif [ "$1" = 'init' ]; then export REPO_NAME="$2" export GIT_DIR="$VCSH_BASE/$REPO_NAME.git" init - vcsh use $REPO_NAME +# vcsh use $REPO_NAME verbose "init end" elif [ "$1" = 'exit' ]; then -- 2.39.2