mirror of
https://github.com/facebook/sapling.git
synced 2025-01-08 22:56:44 +03:00
use hg debugedenimporthelper
by default
Summary: Update HgImporter to use `hg debugedenimporthelper` instead of the separate `hg_import_helper.py` script by default on all platforms now. The `debugedenimporthelper` subcommand has existed in our deployed versions of hg for a while now. Reviewed By: pkaush Differential Revision: D15179668 fbshipit-source-id: 2fb8c4c9f92aed54c84899d6643f746baac73327
This commit is contained in:
parent
cc9f3b92c2
commit
f0b14c5139
@ -85,11 +85,7 @@ DEFINE_string(
|
||||
DEFINE_string(hgPath, "hg.real", "The path to the mercurial executable");
|
||||
#endif
|
||||
|
||||
#if defined(__APPLE__) || defined(EDEN_WIN)
|
||||
constexpr bool kEnableHgImportSubcommand = true;
|
||||
#else
|
||||
constexpr bool kEnableHgImportSubcommand = false;
|
||||
#endif
|
||||
|
||||
DEFINE_bool(
|
||||
hgImportUseDebugSubcommand,
|
||||
|
Loading…
Reference in New Issue
Block a user