summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xllvm/utils/cvsupdate5
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/utils/cvsupdate b/llvm/utils/cvsupdate
index f09cd2f433a..c91bd7b2b17 100755
--- a/llvm/utils/cvsupdate
+++ b/llvm/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
OpenPOWER on IntegriCloud