From 5ac7b165098f351a3a8f45710a27a950098c442e Mon Sep 17 00:00:00 2001 From: gerald Date: Fri, 2 May 2003 09:13:52 +0000 Subject: * update_version: Add a trace of which branch we are currently working on. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66375 138bc75d-0d04-0410-961f-82ee72b054a4 --- maintainer-scripts/update_version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'maintainer-scripts/update_version') diff --git a/maintainer-scripts/update_version b/maintainer-scripts/update_version index ff29928be2e..afd72a38ebb 100755 --- a/maintainer-scripts/update_version +++ b/maintainer-scripts/update_version @@ -31,6 +31,7 @@ cppdefine_FILES="gcc/libstdc++-v3/include/bits/c++config" RESULT=0 for BRANCH in $BRANCHES; do + echo "Working on \"$BRANCH\"." # Check out the files on the branch. HEAD is a special case; if # you check out files with -r HEAD, CVS will not let you check # in changes. @@ -83,4 +84,3 @@ done /bin/rm -rf /tmp/$$ exit $RESULT - -- cgit v1.2.1