mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 20:19:53 +00:00
ENH: Report when having conflicts
This commit is contained in:
parent
7ce0e4c576
commit
3020a554ba
@ -704,6 +704,10 @@ int cmCTest::UpdateDirectory()
|
||||
{
|
||||
comment1 = "Locally modified file\n";
|
||||
}
|
||||
if ( mod == 'C' )
|
||||
{
|
||||
comment1 = "Conflict while updating\n";
|
||||
}
|
||||
std::string path = cmSystemTools::GetFilenamePath(file);
|
||||
std::string fname = cmSystemTools::GetFilenameName(file);
|
||||
if ( path != current_path )
|
||||
|
Loading…
Reference in New Issue
Block a user