From 3936c582952a48d2139c67883bba28e227ad017c Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Wed, 10 Sep 2008 00:06:44 +0200 Subject: [PATCH] tg import: Change default prefix from tp/ to t/ --- README | 2 +- tg-import.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index c6b4cb9..f380475 100644 --- a/README +++ b/README @@ -359,7 +359,7 @@ tg import a linear sequence starting on your current branch. The branch names are auto-guessed from the commit messages - and prefixed by tp/. + and prefixed by t/. tg update ~~~~~~~~~ diff --git a/tg-import.sh b/tg-import.sh index 63d7e1b..4f5c981 100644 --- a/tg-import.sh +++ b/tg-import.sh @@ -48,7 +48,7 @@ process_commit() commit="$1" branch_name=$(get_branch_name "$commit") echo "Importing $commit to $branch_name" - tg create tp/"$branch_name" + tg create t/"$branch_name" git read-tree "$commit" get_commit_msg "$commit" > .topmsg git add -f .topmsg .topdeps -- 2.11.4.GIT