Use hg.real to import contents

Summary: On Windows we are seeing frequent hang issues while using telemetry hg binary. Switching to using the hg.real for all the platforms.

Reviewed By: simpkins

Differential Revision: D20480875

fbshipit-source-id: 82892da7f8d46f2413442c37251243400180f9db
This commit is contained in:
Puneet Kaushik 2020-04-24 12:42:38 -07:00 committed by Facebook GitHub Bot
parent 74bc023b18
commit 70eab1fb4d

View File

@ -64,10 +64,10 @@ using std::unique_ptr;
DEFINE_string(
hgPath,
"C:\\tools\\scm-telemetry\\hg.exe",
"C:\\tools\\hg\\hg.real.exe",
"The path to the mercurial executable");
#else
DEFINE_string(hgPath, "hg", "The path to the mercurial executable");
DEFINE_string(hgPath, "hg.real", "The path to the mercurial executable");
#endif
DEFINE_string(