diff --git a/mozilla/tools/cvsmgmt/fix-checkin-message b/mozilla/tools/cvsmgmt/fix-checkin-message index ca357da56d5..7d122de3d67 100755 --- a/mozilla/tools/cvsmgmt/fix-checkin-message +++ b/mozilla/tools/cvsmgmt/fix-checkin-message @@ -94,6 +94,10 @@ EOF print "--\n"; my $data = `wget -O- -nv "$filename"`; parse_bonsai_backout_file($data); + if (0 == @files) { + print "I didn't find any files at that URL, try again.\n"; + exit 1; + } } else { while ($filename) {