Mercurial > public > mercurial-scm > hg-stable
diff mercurial/dispatch.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 | f4733654f144 |
children | 8ac33b3f2552 |
line wrap: on
line diff
--- 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,