changeset 52416 | 0a81f3ef054c |
parent 52328 | f2fc0a91faca |
child 52417 | c97e0fd26225 |
--- a/mercurial/commands.py Thu Dec 05 18:07:55 2024 +0100 +++ b/mercurial/commands.py Mon Oct 21 13:39:44 2024 +0200 @@ -52,7 +52,6 @@ patch, phases, pycompat, - rcutil, registrar, requirements, revsetlang, @@ -70,7 +69,7 @@ ) from .cmd_impls import graft as graft_impl - +from .configuration import rcutil from .utils import ( dateutil, procutil,