diff --git a/CVSROOT/commitcheck.pl b/CVSROOT/commitcheck.pl index 2c48cf54e54..c4d193c2b9a 100755 --- a/CVSROOT/commitcheck.pl +++ b/CVSROOT/commitcheck.pl @@ -310,6 +310,32 @@ $fullname{'93'} = 'Zlib'; sub GetT { ($b,$_) = (@_); if ($b eq 'HEAD') { +if (m:^mozilla/xpcom/.*$:) {return '89';} +if (m:^xpcom/io$:) {return '90';} +if (m:^mozilla/modules/zlib/.*$:) {return '93';} +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';} +if (m:^mozilla/layout/doc/.*$:) {return '98';} +if (m:^mozilla/layout/html/.*$:) {return '98';} +if (m:^mozilla/layout/macbuild/.*$:) {return '98';} +if (m:^mozilla/layout/tools/.*$:) {return '98';} +if (m:^modules/libpr0n/decoders/mng/.*$:) {return '155';} +if (m:^mozilla/modules/libimg/mng/.*$:) {return '155';} +if (m:^mozilla/content/html/style/.*$:) {return '100';} +if (m:^mozilla/content/shared/.*$:) {return '100';} +if (m:^mozilla/embedding/.*$:) {return '101';} +if (m:^mozilla/webshell/.*$:) {return '101';} +if (m:^mozilla/htmlparser/.*$:) {return '102';} +if (m:^mozilla/content/base/.*$:) {return '103';} +if (m:^mozilla/content/events/.*$:) {return '103';} +if (m:^mozilla/content/html/content/.*$:) {return '103';} +if (m:^mozilla/content/html/document/.*$:) {return '103';} +if (m:^mozilla/dom/.*$:) {return '103';} +if (m:^mozilla/js/rhino/.*$:) {return '138';} +if (m:^mozilla/xpfe/.*$:) {return '137';} +if (m:^mozilla/js/tests$:) {return '114';} if (m:^js/src/perlconnect$:) {return '111';} if (m:^mozilla/silentdl/.*$:) {return '110';} if (m:^mozilla/content/xsl/.*$:) {return '140';} @@ -426,32 +452,6 @@ if (m:^mozilla/modules/softupdt/.*$:) {return '87';} if (m:^mozilla/content/xml/.*$:) {return '88';} if (m:^mozilla/expat/.*$:) {return '88';} if (m:^mozilla/extensions/xmlextras/.*$:) {return '88';} -if (m:^mozilla/xpcom/.*$:) {return '89';} -if (m:^xpcom/io$:) {return '90';} -if (m:^mozilla/modules/zlib/.*$:) {return '93';} -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';} -if (m:^mozilla/layout/doc/.*$:) {return '98';} -if (m:^mozilla/layout/html/.*$:) {return '98';} -if (m:^mozilla/layout/macbuild/.*$:) {return '98';} -if (m:^mozilla/layout/tools/.*$:) {return '98';} -if (m:^modules/libpr0n/decoders/mng/.*$:) {return '155';} -if (m:^mozilla/modules/libimg/mng/.*$:) {return '155';} -if (m:^mozilla/content/html/style/.*$:) {return '100';} -if (m:^mozilla/content/shared/.*$:) {return '100';} -if (m:^mozilla/embedding/.*$:) {return '101';} -if (m:^mozilla/webshell/.*$:) {return '101';} -if (m:^mozilla/htmlparser/.*$:) {return '102';} -if (m:^mozilla/content/base/.*$:) {return '103';} -if (m:^mozilla/content/events/.*$:) {return '103';} -if (m:^mozilla/content/html/content/.*$:) {return '103';} -if (m:^mozilla/content/html/document/.*$:) {return '103';} -if (m:^mozilla/dom/.*$:) {return '103';} -if (m:^mozilla/js/rhino/.*$:) {return '138';} -if (m:^mozilla/xpfe/.*$:) {return '137';} -if (m:^mozilla/js/tests$:) {return '114';} } if ($b eq 'NSPRPUB_PRE_4_2_CLIENT_BRANCH') { if (m:^mozilla/nsprpub/.*$:) {return '146';}