From 251235329e6f9e02ffaf8a903b151928ba8ccc1b Mon Sep 17 00:00:00 2001 From: despotdaemon Date: Thu, 2 Feb 2006 00:13:25 +0000 Subject: [PATCH] Pseudo-automatic update of changes made by knous@mozilla.org. git-svn-id: svn://10.0.0.236/trunk@188715 18797224-902f-48f8-a5cc-f745e15eee43 --- CVSROOT/commitcheck.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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';}