Print P and [AR] files on update.

llvm-svn: 17337
This commit is contained in:
Vikram S. Adve 2004-10-29 17:43:19 +00:00
parent 8b091689db
commit 089ade78fd
1 changed files with 4 additions and 1 deletions

View File

@ -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