1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

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 feebe5999b
commit 4899a3ff94

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