From 8f8634e66351e292925dde8ab6b0418a0141f86a Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 18 May 2005 03:31:31 +0000 Subject: [PATCH] update --- util/update_branches | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/update_branches b/util/update_branches index 7b2220db10..f5316837ca 100644 --- a/util/update_branches +++ b/util/update_branches @@ -14,7 +14,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: update_branches,v 1.16 2005/05/17 03:54:26 marka Exp $ +# $Id: update_branches,v 1.17 2005/05/18 03:31:31 marka Exp $ # # Track which branches are still open or not in the bind9 cvs repository. @@ -101,7 +101,7 @@ while () { open(FILE, "cvs -d $repository rlog -h $_|") || die "can't start cvs rlog -h $_: $!"; while () { chomp; - next unless m/^symbols$/; # skip until we find the tags + next unless m/^symbolic names:$/; # skip until we find the tags while () { chomp; last if (m/^locks;/); # we are past the tags