* update_version: Add a trace of which branch we are currently
working on.
From-SVN: r66375
+2003-05-02 Gerald Pfeifer <gerald@pfeifer@dbai.tuwien.ac.at>
+
+ * update_version: Add a trace of which branch we are currently
+ working on.
+
2002-12-16 Mark Mitchell <mark@codesourcery.com>
* gcc_release: Make snapshots from the GCC 3.3 branch.
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.
/bin/rm -rf /tmp/$$
exit $RESULT
-