diff options
author | unknown <arjen@fred.bitbike.com> | 2002-08-15 14:59:14 +1000 |
---|---|---|
committer | unknown <arjen@fred.bitbike.com> | 2002-08-15 14:59:14 +1000 |
commit | 6ead8f595cf46948137bad61646879aaae242df0 (patch) | |
tree | e9c31add01b74d99cf12e3a08dadeeabf7ed3dc5 /BitKeeper/triggers | |
parent | 7b4d3c77f6c03cead914eae6e559806fd62e809b (diff) | |
download | mariadb-git-6ead8f595cf46948137bad61646879aaae242df0.tar.gz |
Little clarification in post-commit script.
Diffstat (limited to 'BitKeeper/triggers')
-rwxr-xr-x | BitKeeper/triggers/post-commit | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BitKeeper/triggers/post-commit b/BitKeeper/triggers/post-commit index 603bd43e804..5ac785276a0 100755 --- a/BitKeeper/triggers/post-commit +++ b/BitKeeper/triggers/post-commit @@ -46,7 +46,7 @@ From: $FROM To: $INTERNALS Subject: bk commit into 4.0 tree -Below is the list of changes that have just been committed into a +Below is the list of changes that have just been committed into a local 4.0 repository of $USER. When $USER does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. @@ -80,5 +80,5 @@ EOF fi else - echo "commit failed because '$BK_STATUS', sorry life is hard..." + echo "commit failed because '$BK_STATUS', you may need to re-clone..." fi |