diff options
author | unknown <tim@white.box> | 2001-06-29 15:28:50 -0400 |
---|---|---|
committer | unknown <tim@white.box> | 2001-06-29 15:28:50 -0400 |
commit | 02d0232e73ae66c0a9447af245f3097fff9de16f (patch) | |
tree | afc310dac41d802c0722f5ca856ea6033da04fa9 /BitKeeper | |
parent | a94cf8960921ac008d75a48b7e9b63d71b143c8a (diff) | |
parent | c0e6d9df4ac60173035de8833a2c7a8d1be515c5 (diff) | |
download | mariadb-git-02d0232e73ae66c0a9447af245f3097fff9de16f.tar.gz |
Merge work.mysql.com:/home/bk/mysql into white.box:/home/tim/my/3
BitKeeper/etc/logging_ok:
auto-union
Diffstat (limited to 'BitKeeper')
-rw-r--r-- | BitKeeper/etc/logging_ok | 1 | ||||
-rwxr-xr-x | BitKeeper/triggers/post-commit | 9 | ||||
-rwxr-xr-x | BitKeeper/triggers/post-incoming | 3 | ||||
-rwxr-xr-x | BitKeeper/triggers/post-outgoing | 3 |
4 files changed, 13 insertions, 3 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index e4abb54c59e..be995584e7b 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -1,5 +1,6 @@ heikki@donna.mysql.fi jani@janikt.pp.saunalahti.fi +miguel@light.local monty@hundin.mysql.fi monty@tik.mysql.fi monty@work.mysql.com diff --git a/BitKeeper/triggers/post-commit b/BitKeeper/triggers/post-commit index 619b6f88cea..dc5f2f2b824 100755 --- a/BitKeeper/triggers/post-commit +++ b/BitKeeper/triggers/post-commit @@ -37,9 +37,12 @@ From: $FROM To: $INTERNALS Subject: bk commit into 3.23 tree -Below is the list of changes that have just been pushed into main -3.23. repository. For information on how to access the repository -see http://www.mysql.com/doc/I/n/Installing_source_tree.html +Below is the list of changes that have just been commited into a local +3.23. repository of $USER. When $USER does a push, they will be +propogaged to the main repository and within 24 hours after the push into +the public repository. For information on how to access +the public repository see +http://www.mysql.com/doc/I/n/Installing_source_tree.html EOF bk changes -v -r+ diff --git a/BitKeeper/triggers/post-incoming b/BitKeeper/triggers/post-incoming new file mode 100755 index 00000000000..f1ea2255de9 --- /dev/null +++ b/BitKeeper/triggers/post-incoming @@ -0,0 +1,3 @@ +#! /bin/sh + +echo "Test: post-incoming works" diff --git a/BitKeeper/triggers/post-outgoing b/BitKeeper/triggers/post-outgoing new file mode 100755 index 00000000000..3fc2cdbad67 --- /dev/null +++ b/BitKeeper/triggers/post-outgoing @@ -0,0 +1,3 @@ +#! /bin/sh + +echo "Test: post-outgoing works" |