List:Internals« Previous MessageNext Message »
From:Sergei Golubchik Date:April 5 2005 3:16pm
Subject:bk commit into 4.0 tree (serg:1.2082)
View as plain text  
Below is the list of changes that have just been committed into a local
4.0 repository of serg. When serg 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.2082 05/04/05 15:16:15 serg@stripped +1 -0
  add changeset key to the bk commit mail

  BitKeeper/triggers/post-commit
    1.34 05/04/05 15:16:12 serg@stripped +3 -0
    add changeset key to the bk commit mail

# 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:	serg
# Host:	serg.mylan
# Root:	/usr/home/serg/Abk/mysql-4.0

--- 1.33/BitKeeper/triggers/post-commit	Wed Feb 16 23:02:09 2005
+++ 1.34/BitKeeper/triggers/post-commit	Tue Apr  5 15:16:12 2005
@@ -27,6 +27,7 @@
 fi
 
 CHANGESET=`bk -R prs -r+ -h -d':P:::I:' ChangeSet`
+CSETKEY=`bk -R prs -r+ -h -d':KEY:' ChangeSet`
 BUG=`bk -R prs -r+ -h -d':C:' ChangeSet | sed -ne 's/^.*[Bb][Uu][Gg] *#
*\([0-9][0-9]*\).*$/\1/p'`
 
 if [ "$BUG" = "" ]
@@ -51,6 +52,7 @@
 From: $FROM
 To: $TO
 Subject: bk commit - $VERSION tree ($CHANGESET)$BS
+X-CSetKey: <$CSETKEY>
 $BH
 EOF
   bk changes -v -r+
@@ -67,6 +69,7 @@
 From: $FROM
 To: $INTERNALS
 Subject: bk commit into $VERSION tree ($CHANGESET)$BS
+X-CSetKey: <$CSETKEY>
 $BH
 Below is the list of changes that have just been committed into a local
 $VERSION repository of $USER. When $USER does a push these changes will
Thread
bk commit into 4.0 tree (serg:1.2082)Sergei Golubchik5 Apr