mercurial/hg.py
branchstable
changeset 49779 7d6c8943353a
parent 49305 53e9422a9b45
child 49845 e0c0545e2e55
--- a/mercurial/hg.py	Thu Dec 08 21:45:47 2022 -0500
+++ b/mercurial/hg.py	Mon Dec 05 15:14:33 2022 -0500
@@ -728,7 +728,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 '