mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: add extra thing for svn X status output
This commit is contained in:
@@ -586,6 +586,10 @@ int cmCTestUpdateHandler::ProcessHandler()
|
||||
std::string upFile = file_update_line.match(2);
|
||||
char mod = upChar[0];
|
||||
bool modifiedOrConflict = false;
|
||||
if ( mod == 'X')
|
||||
{
|
||||
continue;
|
||||
}
|
||||
if ( mod != 'M' && mod != 'C' && mod != 'G' )
|
||||
{
|
||||
count ++;
|
||||
|
||||
Reference in New Issue
Block a user