Skip to content

Native Mercurial: flag was not passed to all `hg` subprocesses

It was correctly passed only from methods that use hg_env_for_write.

Closes #548 (closed)

Notably, it didn't occur during initial import, which is hg pull done on custom environment derived from hg_env_minimal.

Merge request reports