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