diff tests/test-config-env.py @ 52447:0a81f3ef054c

config: move `rcutil` module under a new `mercurial.configuration` module This new module aims at gathering configuration related code, rcutil definitely deserves to live there.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 21 Oct 2024 13:39:44 +0200
parents ca7bde5dbafb
children
line wrap: on
line diff
--- a/tests/test-config-env.py	Thu Dec 05 18:07:55 2024 +0100
+++ b/tests/test-config-env.py	Mon Oct 21 13:39:44 2024 +0200
@@ -6,11 +6,11 @@
 from mercurial import (
     encoding,
     extensions,
-    rcutil,
     ui as uimod,
     util,
 )
 
+from mercurial.configuration import rcutil
 from mercurial.utils import procutil
 
 testtmp = encoding.environ[b'TESTTMP']