BitKeeper/triggers/*crash-protect.pl: Don't print messages if nothing is wrong.

BitKeeper/triggers/pre-outgoing.crash-protect.pl:
  Don't print message if nothing is wrong.
BitKeeper/triggers/pre-resolve.crash-protect.pl:
  Don't print message if nothing is wrong.
This commit is contained in:
unknown 2006-10-25 18:51:50 -06:00
parent 0143039bc9
commit 83ebd23ee9
2 changed files with 0 additions and 8 deletions

View file

@ -9,8 +9,6 @@ unless($event eq 'outgoing pull' || $event eq 'outgoing push' ||
exit 0; exit 0;
} }
print "Checking for bad changesets from old crashed 5.1 tree...\n";
my @bad_csets= my @bad_csets=
( 'monty@mysql.com|ChangeSet|20060418090255|16983', ( 'monty@mysql.com|ChangeSet|20060418090255|16983',
'monty@mysql.com|ChangeSet|20060418090458|02628', 'monty@mysql.com|ChangeSet|20060418090458|02628',
@ -80,6 +78,4 @@ END
} }
} }
print "No bad changesets found, proceeding.\n";
exit 0; exit 0;

View file

@ -9,8 +9,6 @@ unless($event eq 'outgoing pull' || $event eq 'outgoing push' ||
exit 0; exit 0;
} }
print "Checking for bad changesets from old crashed 5.1 tree...\n";
my @bad_csets= my @bad_csets=
( 'monty@mysql.com|ChangeSet|20060418090255|16983', ( 'monty@mysql.com|ChangeSet|20060418090255|16983',
'monty@mysql.com|ChangeSet|20060418090458|02628', 'monty@mysql.com|ChangeSet|20060418090458|02628',
@ -80,6 +78,4 @@ END
} }
} }
print "No bad changesets found, proceeding.\n";
exit 0; exit 0;