From: Chris Lattner Date: Mon, 16 Sep 2002 18:09:42 +0000 (+0000) Subject: Print information about files that were removed X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fecaf56ef2dbe206c0d4cc0340996824a5e21a18;p=oota-llvm.git Print information about files that were removed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3760 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/cvsupdate b/utils/cvsupdate index 2d21d21eda4..9ef6b8e7c38 100755 --- a/utils/cvsupdate +++ b/utils/cvsupdate @@ -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