From: Vikram S. Adve Date: Fri, 29 Oct 2004 17:43:19 +0000 (+0000) Subject: Print P and [AR] files on update. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=65dea6e136e8fcb2d42aa09e28674227de6477cf;p=oota-llvm.git Print P and [AR] files on update. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17337 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/cvsupdate b/utils/cvsupdate index f09cd2f433a..c91bd7b2b17 100755 --- a/utils/cvsupdate +++ b/utils/cvsupdate @@ -44,11 +44,14 @@ else endif echo ""; echo " FILES UPDATED:" -grep '^U' cvs.out +grep '^[UP]' cvs.out echo ""; echo " UPDATE CONFLICTS OCCURRED FOR THE FOLLOWING FILES:" grep '^C' cvs.out +echo ""; echo " NEW FILES THAT NEED TO BE COMMITTED:" +grep '^[AR]' cvs.out + echo ""; echo " FILES REMOVED FROM YOUR DIRECTORY:" grep 'no longer in the repository' cvs.out