From 70e6c624363536c2ddf65bfac5fe50b82625cdec Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Sun, 26 Aug 2012 16:27:35 -0600 Subject: clarify "merged branches" debug statement --- cvstogit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvstogit b/cvstogit index 7b89138..72fe560 100755 --- a/cvstogit +++ b/cvstogit @@ -201,7 +201,7 @@ merge_branches() { echo echo "Found the following total branches in Git:" echo ${gitbranches[@]} - echo "I have merged the following Git branches:" + echo "I have merged the following Git branches with master:" echo ${mergedbranches[@]} echo -- cgit