diff --git a/CVSROOT/commitcheck.pl b/CVSROOT/commitcheck.pl index ae00a9c27d7..d989e235dac 100755 --- a/CVSROOT/commitcheck.pl +++ b/CVSROOT/commitcheck.pl @@ -337,6 +337,29 @@ if ($b eq 'BUGZILLA-3_4-BRANCH') { if (m:^mozilla/webtools/bugzilla/.*$:) {return '220';} } if ($b eq 'HEAD') { +if (m:^mozilla/[^/]*$:) {return '19';} +if (m:^mozilla/tools/README$:) {return '19';} +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:^extension/python$:) {return '219';} +if (m:^mozilla/gfx/src/xlib/.*$:) {return '121';} +if (m:^mozilla/widget/src/xlib/.*$:) {return '121';} +if (m:^mozilla/widget/src/xlibxtbin/.*$:) {return '121';} +if (m:^mozilla/js/rhino/.*$:) {return '138';} +if (m:^mozilla/string/.*$:) {return '160';} +if (m:^mozilla/xpcom/string/.*$:) {return '160';} +if (m:^mozilla/webtools/partytool/.*$:) {return '209';} +if (m:^mozilla/xpfe/.*$:) {return '137';} +if (m:^mozilla/gfx/src/qt/.*$:) {return '161';} +if (m:^mozilla/widget/src/qt/.*$:) {return '161';} +if (m:^mozilla/widget/src/gtk/.*$:) {return '49';} +if (m:^mozilla/widget/src/gtk2/.*$:) {return '49';} +if (m:^mozilla/widget/src/gtksuperwin/.*$:) {return '49';} +if (m:^mozilla/widget/src/gtkxtbin/.*$:) {return '49';} +if (m:^mozilla/js/tests/.*$:) {return '114';} if (m:^mozilla/rdf/.*$:) {return '52';} if (m:^mozilla/extensions/p3p/.*$:) {return '162';} if (m:^mozilla/build/.*$:) {return '55';} @@ -541,29 +564,6 @@ if (m:^mozilla/mailnews/local/src/nsMovemail.*$:) {return '157';} if (m:^mozilla/composer/.*$:) {return '173';} if (m:^mozilla/parser/htmlparser$:) {return '102';} if (m:^mozilla/embedding/.*$:) {return '208';} -if (m:^mozilla/[^/]*$:) {return '19';} -if (m:^mozilla/tools/README$:) {return '19';} -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:^extension/python$:) {return '219';} -if (m:^mozilla/gfx/src/xlib/.*$:) {return '121';} -if (m:^mozilla/widget/src/xlib/.*$:) {return '121';} -if (m:^mozilla/widget/src/xlibxtbin/.*$:) {return '121';} -if (m:^mozilla/js/rhino/.*$:) {return '138';} -if (m:^mozilla/string/.*$:) {return '160';} -if (m:^mozilla/xpcom/string/.*$:) {return '160';} -if (m:^mozilla/webtools/partytool/.*$:) {return '209';} -if (m:^mozilla/xpfe/.*$:) {return '137';} -if (m:^mozilla/gfx/src/qt/.*$:) {return '161';} -if (m:^mozilla/widget/src/qt/.*$:) {return '161';} -if (m:^mozilla/widget/src/gtk/.*$:) {return '49';} -if (m:^mozilla/widget/src/gtk2/.*$:) {return '49';} -if (m:^mozilla/widget/src/gtksuperwin/.*$:) {return '49';} -if (m:^mozilla/widget/src/gtkxtbin/.*$:) {return '49';} -if (m:^mozilla/js/tests/.*$:) {return '114';} } if ($b eq 'NSPRPUB_PRE_4_2_CLIENT_BRANCH') { if (m:^mozilla/nsprpub/.*$:) {return '146';}