From bccf4188fd47f981d6b6717cb41e82bfef777c55 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 21 Sep 2005 00:02:40 +0000 Subject: [PATCH] Branch b1_4 Update the CVS commit script to add a reminder about HLD/DLD updates. r=design meeting --- build/cvsdiffclient | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/build/cvsdiffclient b/build/cvsdiffclient index ee14ecc..8859897 100644 --- a/build/cvsdiffclient +++ b/build/cvsdiffclient @@ -28,10 +28,13 @@ if [ -f $TMP ]; then [ "$TAG" ] && BRANCH="`sed 's/^T//' $TAG`" || BRANCH="HEAD" echo "CVS: Branch $BRANCH" >> $TMP fi - echo "CVS: did you update the ChangeLog for a bug fix?" >> $TMP - echo "CVS: did you update the hours spent in Bugzilla?" >> $TMP - echo "CVS: b=" >> $TMP - echo "CVS: r=" >> $TMP +cat - >> $TMP <<- EOF + CVS: did you update the ChangeLog for a bug fix? + CVS: did you update the hours spent in Bugzilla? + CVS: did you verify/update the HLD/DLD in CVS? + CVS: b= + CVS: r= +EOF cat $1 >> $TMP cp $TMP $1 -- 1.8.3.1