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";
|
comment1 = "Locally modified file\n";
|
||||||
}
|
}
|
||||||
|
if ( mod == 'C' )
|
||||||
|
{
|
||||||
|
comment1 = "Conflict while updating\n";
|
||||||
|
}
|
||||||
std::string path = cmSystemTools::GetFilenamePath(file);
|
std::string path = cmSystemTools::GetFilenamePath(file);
|
||||||
std::string fname = cmSystemTools::GetFilenameName(file);
|
std::string fname = cmSystemTools::GetFilenameName(file);
|
||||||
if ( path != current_path )
|
if ( path != current_path )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user