}
if (deleted) {
status.setRemoteStatus(SVNStatusType.STATUS_DELETED, null, null, null);
}
if (isSendableStatus(status)) {
handler.handleStatus(status);
}
}
}
private void tweakStatusHash(FileInfo fileInfo, File path, SVNStatusType text, SVNStatusType props, SVNLock lock) throws SVNException {