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:
parent
0143039bc9
commit
83ebd23ee9
@ -9,8 +9,6 @@ unless($event eq 'outgoing pull' || $event eq 'outgoing push' ||
|
||||
exit 0;
|
||||
}
|
||||
|
||||
print "Checking for bad changesets from old crashed 5.1 tree...\n";
|
||||
|
||||
my @bad_csets=
|
||||
( 'monty@mysql.com|ChangeSet|20060418090255|16983',
|
||||
'monty@mysql.com|ChangeSet|20060418090458|02628',
|
||||
@ -80,6 +78,4 @@ END
|
||||
}
|
||||
}
|
||||
|
||||
print "No bad changesets found, proceeding.\n";
|
||||
|
||||
exit 0;
|
||||
|
@ -9,8 +9,6 @@ unless($event eq 'outgoing pull' || $event eq 'outgoing push' ||
|
||||
exit 0;
|
||||
}
|
||||
|
||||
print "Checking for bad changesets from old crashed 5.1 tree...\n";
|
||||
|
||||
my @bad_csets=
|
||||
( 'monty@mysql.com|ChangeSet|20060418090255|16983',
|
||||
'monty@mysql.com|ChangeSet|20060418090458|02628',
|
||||
@ -80,6 +78,4 @@ END
|
||||
}
|
||||
}
|
||||
|
||||
print "No bad changesets found, proceeding.\n";
|
||||
|
||||
exit 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user