From e5a36c029728f105f2376cad93bcb57153333081 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Wed, 10 Sep 2008 00:32:44 +0200 Subject: [PATCH 1/1] tg import: Fix up process_commit() progress reporting --- tg-import.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tg-import.sh b/tg-import.sh index cbab738..cdc0969 100644 --- a/tg-import.sh +++ b/tg-import.sh @@ -50,7 +50,7 @@ process_commit() { commit="$1" branch_name=$(get_branch_name "$commit") - echo "Importing $commit to $branch_name" + info "Importing $commit to $branch_prefix$branch_name" tg create "$branch_prefix""$branch_name" git read-tree "$commit" get_commit_msg "$commit" > .topmsg -- 2.30.2