mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
Print information about files that were removed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3760 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2796860297
commit
fecaf56ef2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user