ENH: add extra thing for svn X status output

This commit is contained in:
Bill Hoffman 2006-01-27 11:19:22 -05:00
parent b5a3b2c8d8
commit 62e4c3f22a
1 changed files with 4 additions and 0 deletions

View File

@ -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 ++;