Print information about files that were removed

llvm-svn: 3760
This commit is contained in:
Chris Lattner 2002-09-16 18:09:42 +00:00
parent de72fca8a1
commit c36a816a55
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@ grep '^U' cvs.out
echo ""; echo " UPDATE CONFLICTS OCCURRED FOR THE FOLLOWING FILES:"
grep '^C' cvs.out
echo ""; echo " FILES REMOVED FROM YOUR DIRECTORY:"
grep 'no longer in the repository' cvs.out
echo ""; echo " FILES SUCCESSFULLY MERGED (or locally modified):"
grep '^M' cvs.out | grep -v Merging