mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
Print P and [AR] files on update.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17337 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6e039e5616
commit
65dea6e136
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user