mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-18 14:16:00 +08:00
handle locally added and removed files
This commit is contained in:
parent
72abadcd76
commit
6593e3f41e
2
commit
2
commit
@ -158,6 +158,8 @@ if cvs $cvsopt stat $statopt ${1+"$@"} 2>/dev/null | grep Status \
|
||||
case "$rest" in
|
||||
"Up-to-date") :;;
|
||||
"Locally Modified") echo "M $file" >&2;;
|
||||
"Locally Added") echo "A $file" >&2;;
|
||||
"Locally Removed") echo "R $file" >&2;;
|
||||
*) echo "C $file"; echo "C $file" >&2;;
|
||||
esac
|
||||
done | grep . >/dev/null; then
|
||||
|
Loading…
Reference in New Issue
Block a user