mercurial/dispatch.py
changeset 52416 0a81f3ef054c
parent 51859 f4733654f144
child 52421 8ac33b3f2552
--- a/mercurial/dispatch.py	Thu Dec 05 18:07:55 2024 +0100
+++ b/mercurial/dispatch.py	Mon Oct 21 13:39:44 2024 +0200
@@ -37,7 +37,6 @@
     localrepo,
     profiling,
     pycompat,
-    rcutil,
     registrar,
     requirements as requirementsmod,
     scmutil,
@@ -46,6 +45,7 @@
     vfs,
 )
 
+from .configuration import rcutil
 from .utils import (
     procutil,
     stringutil,