From 281ed98b65a722e7c16dd6909c9b2ba1c9548a21 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 10 Nov 2017 13:56:53 -0500 Subject: [PATCH] more cleanups --- scripts/rev_control/version_control.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1