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';