diff rust/hg-core/src/config/config.rs @ 48735:29eb80d190b2

rhg: enable `rhg status` by default, without config or env opt-in The full test suite now passes with `hg` pointing to rhg. Differential Revision: https://phab.mercurial-scm.org/D12162
author Simon Sapin <simon.sapin@octobus.net>
date Thu, 10 Feb 2022 19:26:10 +0100
parents 39c447e03dbc
children 6939d5ed20e0
line wrap: on
line diff
--- a/rust/hg-core/src/config/config.rs	Tue Feb 08 14:20:58 2022 +0100
+++ b/rust/hg-core/src/config/config.rs	Thu Feb 10 19:26:10 2022 +0100
@@ -119,7 +119,6 @@
             b"rhg",
             b"fallback-executable",
         );
-        config.add_for_environment_variable("RHG_STATUS", b"rhg", b"status");
 
         // HGRCPATH replaces user config
         if opt_rc_path.is_none() {