chiark / gitweb /
tg import: Fix up process_commit() progress reporting
authorPetr Baudis <pasky@suse.cz>
Tue, 9 Sep 2008 22:32:44 +0000 (00:32 +0200)
committerPetr Baudis <pasky@suse.cz>
Tue, 9 Sep 2008 22:32:44 +0000 (00:32 +0200)
tg-import.sh

index cbab7387620863e3f7ab81ff6e3fb770da003435..cdc0969efdc8bcab2a07b4def8c878a42287b8fc 100644 (file)
@@ -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