mharbison72 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers.
REVISION SUMMARY The C executable sets this too, otherwise no output shows up (when paging?). There is also `legacy_windows_fs_encoding`, but I'm not setting that for now because the C executable doesn't either. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D8053 AFFECTED FILES contrib/packaging/pyoxidizer.bzl CHANGE DETAILS diff --git a/contrib/packaging/pyoxidizer.bzl b/contrib/packaging/pyoxidizer.bzl --- a/contrib/packaging/pyoxidizer.bzl +++ b/contrib/packaging/pyoxidizer.bzl @@ -23,6 +23,7 @@ run_eval = code, # We need this to make resourceutil happy, since it looks for sys.frozen. sys_frozen = True, + legacy_windows_stdio = True, ) exe = dist.to_python_executable( To: mharbison72, #hg-reviewers Cc: mercurial-devel _______________________________________________ Mercurial-devel mailing list [email protected] https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel
