From 2d34ff75f9a317688d036994c3dd557fbebd5c86 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" Date: Tue, 14 Jul 1998 17:16:25 +0000 Subject: [PATCH] Pseudo-automatic update of changes made by terry@netscape.com. git-svn-id: svn://10.0.0.236/trunk@5488 18797224-902f-48f8-a5cc-f745e15eee43 --- CVSROOT/commitcheck.pl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CVSROOT/commitcheck.pl b/CVSROOT/commitcheck.pl index 209ac6d1373..8b0549e23e7 100755 --- a/CVSROOT/commitcheck.pl +++ b/CVSROOT/commitcheck.pl @@ -2,6 +2,11 @@ # DO NOT EDIT THIS FILE! You must instead go to http://warp/mozilla.org, and # tweak things from there. +$mode{'4'} = 'Closed'; +$branch{'4'} = 'HEAD'; +$fullname{'4'} = 'default'; +$blessed{'4'} = []; +$super{'4'} = ['terry%netscape.com',]; $mode{'3'} = 'Closed'; $branch{'3'} = 'HEAD'; $fullname{'3'} = 'despotaccess';