From: lenz Date: December 6 2005 1:07pm Subject: bk commit into 4.0 tree (lenz:1.2164) List-Archive: http://lists.mysql.com/commits/2 Message-Id: <20051206130725.6AC7418BCB@metis.lenznet> Below is the list of changes that have just been committed into a local 4.0 repository of lenz. When lenz 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 1.2164 05/12/06 14:07:23 lenz@stripped +1 -0 - commit emails are now sent to commits@stripped instead of internals@stripped to reduce the noise on the internals list. BitKeeper/triggers/post-commit 1.35 05/12/06 14:07:21 lenz@stripped +4 -4 - commit emails are now sent to commits@stripped instead of internals@stripped to reduce the noise on the internals list. # 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: lenz # Host: metis.lenznet # Root: /space/my/mysql-4.0 --- 1.34/BitKeeper/triggers/post-commit 2005-04-05 15:16:12 +02:00 +++ 1.35/BitKeeper/triggers/post-commit 2005-12-06 14:07:21 +01:00 @@ -2,7 +2,7 @@ #shift FROM=$USER@stripped -INTERNALS=internals@stripped +COMMITS=commits@stripped DOCS=docs-commit@stripped LIMIT=10000 VERSION="4.0" @@ -60,14 +60,14 @@ ) | head -n $LIMIT | /usr/sbin/sendmail -t #++ -# internals@ mail +# commits@ mail #-- - echo "Notifying internals list at $INTERNALS" + echo "Notifying commits list at $COMMITS" ( cat < From: $FROM -To: $INTERNALS +To: $COMMITS Subject: bk commit into $VERSION tree ($CHANGESET)$BS X-CSetKey: <$CSETKEY> $BH