mercurial/hg.py
changeset 49927 e0c0545e2e55
parent 49869 5f71fff8dc74
parent 49600 7d6c8943353a
child 50228 6065a8936b00
--- a/mercurial/hg.py	Tue Jan 03 11:53:35 2023 -0500
+++ b/mercurial/hg.py	Wed Jan 04 16:02:22 2023 +0100
@@ -789,7 +789,7 @@
             # data.
             createopts[b'lfs'] = True
 
-            if extensions.disabled_help(b'lfs'):
+            if b'lfs' in extensions.disabled():
                 ui.status(
                     _(
                         b'(remote is using large file support (lfs), but it is '