Print information about files that were removed
authorChris Lattner <sabre@nondot.org>
Mon, 16 Sep 2002 18:09:42 +0000 (18:09 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 16 Sep 2002 18:09:42 +0000 (18:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3760 91177308-0d34-0410-b5e6-96231b3b80d8

utils/cvsupdate

index 2d21d21eda428900cbcded3986c9dcfc3d72088e..9ef6b8e7c38f9399befc55bfe83faabdc11fd43c 100755 (executable)
@@ -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