List:Commits« Previous MessageNext Message »
From:Daniel Fischer Date:June 18 2007 6:13pm
Subject:bk commit into 4.1 tree (df:1.2668)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of df. When df 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, 2007-06-18 20:13:33+02:00, df@stripped +1 -0
  don't use bk cset in commit e-mails

  BitKeeper/triggers/post-commit@stripped, 2007-06-18 20:13:30+02:00, df@stripped +2 -2
    don't use bk cset in commit e-mails

diff -Nrup a/BitKeeper/triggers/post-commit b/BitKeeper/triggers/post-commit
--- a/BitKeeper/triggers/post-commit	2007-06-13 19:23:12 +02:00
+++ b/BitKeeper/triggers/post-commit	2007-06-18 20:13:30 +02:00
@@ -105,7 +105,7 @@ see http://dev.mysql.com/doc/mysql/en/in
 
 EOF
   bk changes -v -r+
-  bk cset -r+ -d
+  bk rset -r+ -ah | bk gnupatch -h -dup -T
  ) | head -n $LIMIT | /usr/sbin/sendmail -t
 
 #++
@@ -125,7 +125,7 @@ Subject: bk commit - $VERSION tree (Manu
 
 EOF
   bk changes -v -r+
-  bk cset -r+ -d
+  bk rset -r+ -ah | bk gnupatch -h -dup -T
  ) | head -n $LIMIT | /usr/sbin/sendmail -t
  fi
 
Thread
bk commit into 4.1 tree (df:1.2668)Daniel Fischer18 Jun