List:Commits« Previous MessageNext Message »
From:tim Date:October 17 2006 6:21pm
Subject:bk commit into 5.1 tree (tsmith:1.2380)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of tim. When tim does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2006-10-17 12:21:39-06:00, tsmith@stripped +2 -0
  Update the crash-protect triggers, so they don't print any messages unless a bad changeset (from crashed 5.1 tree) is found.

  BitKeeper/triggers/pre-outgoing.crash-protect.pl@stripped, 2006-10-17 12:21:36-06:00, tsmith@stripped +0 -4
    Don't print any messages unless a bad changeset (from crashed 5.1 tree) is found.

  BitKeeper/triggers/pre-resolve.crash-protect.pl@stripped, 2006-10-17 12:21:36-06:00, tsmith@stripped +0 -4
    Don't print any messages unless a bad changeset (from crashed 5.1 tree) is found.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	tsmith
# Host:	siva.hindu.god
# Root:	/usr/home/tim/m/bk/tmp/mrgOct16/51

--- 1.2/BitKeeper/triggers/pre-outgoing.crash-protect.pl	2006-10-17 12:21:47 -06:00
+++ 1.3/BitKeeper/triggers/pre-outgoing.crash-protect.pl	2006-10-17 12:21:47 -06:00
@@ -9,8 +9,6 @@ unless($event eq 'outgoing pull' || $eve
   exit 0;
 }
 
-print "Checking for bad changesets from old crashed 5.1 tree...\n";
-
 my @bad_csets=
     ( 'monty@stripped|ChangeSet|20060418090255|16983',
       'monty@stripped|ChangeSet|20060418090458|02628',
@@ -79,7 +77,5 @@ END
     exit 1;
   }
 }
-
-print "No bad changesets found, proceeding.\n";
 
 exit 0;

--- 1.2/BitKeeper/triggers/pre-resolve.crash-protect.pl	2006-10-17 12:21:47 -06:00
+++ 1.3/BitKeeper/triggers/pre-resolve.crash-protect.pl	2006-10-17 12:21:47 -06:00
@@ -9,8 +9,6 @@ unless($event eq 'outgoing pull' || $eve
   exit 0;
 }
 
-print "Checking for bad changesets from old crashed 5.1 tree...\n";
-
 my @bad_csets=
     ( 'monty@stripped|ChangeSet|20060418090255|16983',
       'monty@stripped|ChangeSet|20060418090458|02628',
@@ -79,7 +77,5 @@ END
     exit 1;
   }
 }
-
-print "No bad changesets found, proceeding.\n";
 
 exit 0;
Thread
bk commit into 5.1 tree (tsmith:1.2380)tim17 Oct