mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
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
2 changed files with 0 additions and 8 deletions
|
@ -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…
Reference in a new issue