changeset 51038 | 683b96c416d8 |
parent 51037 | 7d66621c5349 |
child 51039 | 027bc364524b |
--- a/mercurial/localrepo.py Tue Oct 10 10:03:34 2023 +0200 +++ b/mercurial/localrepo.py Tue Oct 10 10:03:42 2023 +0200 @@ -1165,7 +1165,7 @@ feature_config.compression_engine_options[b'zstd.level'] = zstd_level if requirementsmod.NARROW_REQUIREMENT in requirements: - options[b'enableellipsis'] = True + feature_config.enable_ellipsis = True if ui.configbool(b'experimental', b'rust.index'): options[b'rust.index'] = True