summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Dreyer <ktdreyer@ktdreyer.com>2012-08-26 16:27:35 -0600
committerKen Dreyer <ktdreyer@ktdreyer.com>2012-08-26 16:27:35 -0600
commit70e6c624363536c2ddf65bfac5fe50b82625cdec (patch)
tree6e71abbdeb6af27b5dc1f3dcc737a57ab5de7d9d
parent4ddc0f76e396ada7b7edda7a08a14a21b07748ff (diff)
downloadrpmfusion-tools-70e6c624363536c2ddf65bfac5fe50b82625cdec.tar.gz
rpmfusion-tools-70e6c624363536c2ddf65bfac5fe50b82625cdec.tar.xz
rpmfusion-tools-70e6c624363536c2ddf65bfac5fe50b82625cdec.zip
clarify "merged branches" debug statement
-rwxr-xr-xcvstogit2
1 files changed, 1 insertions, 1 deletions
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