From 1f07d788eb571882201955c802f22f7f16569084 Mon Sep 17 00:00:00 2001 From: "despotdaemon%netscape.com" Date: Thu, 8 Oct 1998 06:07:11 +0000 Subject: [PATCH] Pseudo-automatic update of changes made by terry@netscape.com. git-svn-id: svn://10.0.0.236/trunk@12269 18797224-902f-48f8-a5cc-f745e15eee43 --- CVSROOT/commitcheck.pl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CVSROOT/commitcheck.pl b/CVSROOT/commitcheck.pl index d170c8eb713..9390c68d4d8 100755 --- a/CVSROOT/commitcheck.pl +++ b/CVSROOT/commitcheck.pl @@ -83,7 +83,9 @@ open(ENT, " ){ chop; ($d,$fn,$rev,$mod_time,$sticky,$tag) = split(/\//); - $fbranch{$fn} = $sticky; + if ($tag =~ /^T(.*)$/) { + $fbranch{$fn} = $1; + } } close ENT; @@ -142,7 +144,7 @@ foreach $f (@files) { } if (!$ok) { print STDERR "You may not check into partition $fullname{$t}\n"; - print STDERR "the file $repository/$f\n"; + print STDERR "the file $repository/$f on branch $b\n"; print STDERR "If you think you should be allowed to, send mail to\n"; print STDERR "one of the below people:\n"; $s = $super{$t};