From 6ead8f595cf46948137bad61646879aaae242df0 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 15 Aug 2002 14:59:14 +1000 Subject: [PATCH] Little clarification in post-commit script. --- BitKeeper/triggers/post-commit | 4 ++-- 1 file 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