From: Chris Koeritz Date: Fri, 10 Nov 2017 18:56:53 +0000 (-0500) Subject: more cleanups X-Git-Tag: 2.140.91^2~3 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=281ed98b65a722e7c16dd6909c9b2ba1c9548a21 more cleanups --- diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index 000c3c61..f33532de 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -286,7 +286,7 @@ function careful_git_update() local branch_list=$(git branch |grep -v '^\*') local bran for bran in $branch_list; do - echo "synchronizing remote branch: $bran" +# echo "synchronizing remote branch: $bran" git checkout "$bran" test_or_die "git checking out remote branch: $bran" git pull --no-ff