chiark / gitweb /
tg-create.sh: Reword final advice
authorPetr Baudis <pasky@suse.cz>
Sat, 2 Aug 2008 20:41:00 +0000 (22:41 +0200)
committerPetr Baudis <pasky@suse.cz>
Sat, 2 Aug 2008 20:41:00 +0000 (22:41 +0200)
The original tone was too agressive.

tg-create.sh

index b5c7789315b6d6448b407ab2370013ebbd34a62c..8d39f46fe7c067438ff0249e2c4f7c865622ea8b 100644 (file)
@@ -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"