diff tests/run-tests.py @ 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 b7fde9237c92
children 078e1e1cc7da c827bb7b5806
line wrap: on
line diff
--- a/tests/run-tests.py	Tue Feb 08 14:20:58 2022 +0100
+++ b/tests/run-tests.py	Thu Feb 10 19:26:10 2022 +0100
@@ -3228,7 +3228,6 @@
             # output.
             osenvironb[b'RHG_ON_UNSUPPORTED'] = b'fallback'
             osenvironb[b'RHG_FALLBACK_EXECUTABLE'] = real_hg
-            osenvironb[b'RHG_STATUS'] = b'1'
         else:
             # drop flag for hghave
             osenvironb.pop(b'RHG_INSTALLED_AS_HG', None)