aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts/update_version_svn
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2009-02-21 11:12:28 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2009-02-21 11:12:28 +0000
commitef11e5cc165d534cd603d85f4d4386919a5110fd (patch)
tree26fa2ba0a5ef61dcd95fb05519f4f602bd4151b8 /maintainer-scripts/update_version_svn
parentf814e489fed46911367e30822ab972af38cdd3e7 (diff)
downloadgcc-ef11e5cc165d534cd603d85f4d4386919a5110fd.zip
gcc-ef11e5cc165d534cd603d85f4d4386919a5110fd.tar.gz
gcc-ef11e5cc165d534cd603d85f4d4386919a5110fd.tar.bz2
update_version_svn (ADD_BRANCHES): Remove autovect-branch and document format.
* update_version_svn (ADD_BRANCHES): Remove autovect-branch and document format. From-SVN: r144352
Diffstat (limited to 'maintainer-scripts/update_version_svn')
-rwxr-xr-xmaintainer-scripts/update_version_svn4
1 files changed, 2 insertions, 2 deletions
diff --git a/maintainer-scripts/update_version_svn b/maintainer-scripts/update_version_svn
index 1c87f1c..5ebb066 100755
--- a/maintainer-scripts/update_version_svn
+++ b/maintainer-scripts/update_version_svn
@@ -3,11 +3,11 @@
# Update the current version date in all files in the tree containing
# it. Consider all release branches except those matching the regular
# expression in $IGNORE_BRANCHES, and also consider those branches listed
-# in $ADD_BRANCHES.
+# in the space separated list in $ADD_BRANCHES.
SVNROOT=${SVNROOT:-"file:///svn/gcc"}
IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2|3_3|3_4|4_0|4_1)-branch'
-ADD_BRANCHES='HEAD autovect-branch'
+ADD_BRANCHES='HEAD'
# Run this from /tmp.
export SVNROOT