diff mercurial/hg.py @ 49845:e0c0545e2e55

branching: merge stable into default
author Rapha?l Gom?s <rgomes@octobus.net>
date Wed, 04 Jan 2023 16:02:22 +0100
parents 5f71fff8dc74 7d6c8943353a
children 6065a8936b00
line wrap: on
line diff
--- 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 '