diff --git a/eden/fs/store/hg/HgImporter.cpp b/eden/fs/store/hg/HgImporter.cpp index dd21d753b3..f62924624c 100644 --- a/eden/fs/store/hg/HgImporter.cpp +++ b/eden/fs/store/hg/HgImporter.cpp @@ -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(