diff --git a/CVSROOT/commitcheck.pl b/CVSROOT/commitcheck.pl index d27782c7f7b..85a654f7c2f 100755 --- a/CVSROOT/commitcheck.pl +++ b/CVSROOT/commitcheck.pl @@ -321,6 +321,9 @@ if ($b eq 'BUGZILLA-2_20-BRANCH') { if (m:^mozilla/webtools/bugzilla/.*$:) {return '191';} } if ($b eq 'HEAD') { +if (m:^mozilla/modules/zlib/.*$:) {return '93';} +if (m:^mozilla/webtools/bugzilla/.*$:) {return '190';} +if (m:^gfx/src/xprint$:) {return '179';} if (m:^mozilla/view/.*$:) {return '96';} if (m:^mozilla/layout/base/.*$:) {return '98';} if (m:^mozilla/layout/build/.*$:) {return '98';} @@ -476,9 +479,6 @@ if (m:^mozilla/xpcom/.*$:) {return '89';} if (m:^mozilla/suite/.*$:) {return '188';} if (m:^xpcom/io$:) {return '90';} if (m:^grendel$:) {return '189';} -if (m:^mozilla/modules/zlib/.*$:) {return '93';} -if (m:^mozilla/webtools/bugzilla/.*$:) {return '190';} -if (m:^gfx/src/xprint$:) {return '179';} } if ($b eq 'NSPRPUB_PRE_4_2_CLIENT_BRANCH') { if (m:^mozilla/nsprpub/.*$:) {return '146';}