MCPcopy Create free account
hub / github.com/Kitware/CMake / LoadModifications

Method LoadModifications

Source/CTest/cmCTestHG.cxx:299–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299bool cmCTestHG::LoadModifications()
300{
301 // Use 'hg status' to get modified files.
302 std::string hg = this->CommandLineTool;
303 std::vector<std::string> hg_status = { hg, "status" };
304 StatusParser out(this, "status-out> ");
305 OutputLogger err(this->Log, "status-err> ");
306 this->RunChild(hg_status, &out, &err);
307 return true;
308}

Callers 1

WriteXMLUpdatesMethod · 0.45

Calls 1

RunChildMethod · 0.45

Tested by

no test coverage detected