From: Petr Baudis Date: Sat, 2 Aug 2008 20:41:00 +0000 (+0200) Subject: tg-create.sh: Reword final advice X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topgit.git;a=commitdiff_plain;h=c68e37d2dc2bb1250e7147bfd9a0879a9c513c92 tg-create.sh: Reword final advice The original tone was too agressive. --- diff --git a/tg-create.sh b/tg-create.sh index b5c7789..8d39f46 100644 --- a/tg-create.sh +++ b/tg-create.sh @@ -114,5 +114,5 @@ git add "$root_dir/.topmsg" -info "Topic branch $name successfully set up. Please fill .topmsg now." -info "You MUST do an initial commit. To abort: git rm -f .top* && git checkout ${deps%% *} && tg delete $name" +info "Topic branch $name set up. Please fill .topmsg now and make initial commit." +info "To abort: git rm -f .top* && git checkout ${deps%% *} && tg delete $name"