------------------------------------------------------------ revno: 13654 revision-id: squid3@treenet.co.nz-20141031014411-gw79mhm6by0tj2la parent: squid3@treenet.co.nz-20141031014316-dz2sxob08i362cw1 committer: Amos Jeffries branch nick: 3.5 timestamp: Thu 2014-10-30 18:44:11 -0700 message: Source Maintenance: bump astyle version to 2.03 ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20141031014411-gw79mhm6by0tj2la # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # testament_sha1: 22337f4b7b2ae3be70059ae9849a0cf72a10fe10 # timestamp: 2014-10-31 01:45:30 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # base_revision_id: squid3@treenet.co.nz-20141031014316-\ # dz2sxob08i362cw1 # # Begin patch === modified file 'scripts/source-maintenance.sh' --- scripts/source-maintenance.sh 2014-10-30 14:48:30 +0000 +++ scripts/source-maintenance.sh 2014-10-31 01:44:11 +0000 @@ -32,8 +32,8 @@ ROOT=`bzr root` ASVER=`astyle --version 2>&1 | grep -o -E "[0-9.]+"` -if test "${ASVER}" != "1.23" ; then - echo "Astyle version problem. You have ${ASVER} instead of 1.23"; +if test "${ASVER}" != "2.03" ; then + echo "Astyle version problem. You have ${ASVER} instead of 2.03"; else echo "Found astyle ${ASVER}. Formatting..." fi